rebassjs / grid

This package has moved and renamed
https://rebassjs.org/reflexbox
MIT License
2.04k stars 96 forks source link

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

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.

jxnblk commented 5 years ago

It sounds like you’re looking for a “data grid” - this library is for grid layout components