You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NG Grids package contains two advanced table components which provides built-in grouping functionalities: Data Grid that uses as data model Servoy foundsets, ideal for large amount of data, and Power Grid, that uses as data model Servoy datasets, better suited for small data, as it loads the data model in memory. There are same functionalities covered by both, but there also differenties, please have a look on the wiki pages for more details.
Power Grid is a table component providing advanced functionalities such as row grouping and pivoting. Unlike the grouping table, which load its data from foundsets, the dataset table load its data from a dataset.