Skip to content

Dataset vs Dataview #1148

Answered by ghiscoding
jano-kucera asked this question in Q&A
May 24, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

the original SlickGrid has 2 ways to build the grid and display data, the first option is without any external service (all the code is in slick.grid.js), the second option is to use the external Slick DataView which is an external service (in the file slick.dataview.js). The second option with DataView has multiple benefits because it allows for Grouping & Aggregators and also has Pagination feature, and the DataView is more optimized for big dataset since uses Map for uniqueness. Because of the extra features that the Slick DataView offers, I decided to use the DataView exclusively in Angular-Slickgrid from the start.

You can see this SlickGrid Example Basic for option one (without Data…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ghiscoding
Comment options

Answer selected by jano-kucera
@jano-kucera
Comment options

@ghiscoding
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants