desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.38k stars 2.11k forks source link

web application with many entity and large data with grid #1085

Closed mammadkoma closed 5 years ago

mammadkoma commented 5 years ago

Hi all and pardon me because i'm a beginner in node js framework. imagine we have a system with 100 entity for data entry. Is there a sample or step by step video or article for easiest solutions and with lowest coding for making this project with these features : 1- create model(poco) layer and just write entity properties and its validation attribute for backend and frontend validations. 2- create a form automatic with a grid with these features : a) paging & sorting & filtering for each column header. b) data entry (insert and delete and update) for master entity. c) open each row by plus sign click for show details entities. d) add some custom buttons in rows for execute an action or api on server and database. 2- project can work with sqlite database or sqlserver. 3- project can give access or deny some web page and insert & delete & update &custom buttons. and I just write a query for create a ViewModel for grids.

desandro commented 5 years ago

Is there a sample or step by step video or article for easiest solutions and with lowest coding for making this project with these features

Sorry, no I don't have a step-by-step tutorial for your feature list. The Masonry documentation covers all of its features and options and everything you can do with it. But it only covers Masonry - the JS layout library. Everything else you'll have to find your own solution.