DEV Community

SuiKei
SuiKei

Posted on

Angular Grid

I am beginner in Angular.

I would like to create a grid to display data by columns and rows.

I checked with Angular Material, it don't have any grid control.

Do you have any suggestion ?

Thanks.

Top comments (1)

Collapse
 
dagarint profile image
Tomaž

Maybe it's better to make the grid yourself and have such a perfect control. Check out how it's done at youtube.com/watch?v=wcn_8UnYBEw .

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Dive into this thoughtful piece, beloved in the supportive DEV Community. Coders of every background are invited to share and elevate our collective know-how.

A sincere "thank you" can brighten someone's day—leave your appreciation below!

On DEV, sharing knowledge smooths our journey and tightens our community bonds. Enjoyed this? A quick thank you to the author is hugely appreciated.

Okay