Auto load widget for datagrids

0
Hi there, I am looking for a widget that would allow for datagrids to auto load more rows when scrolled to the bottom of the page. I have had a look in the app store and it seems that there is an existing widget for list views, but nothing for datagrids. Cheers
asked
1 answers
1

The easiest approach would be to use a list view instead of a data grid and use a bit of css to make it look like a data grid.

For the css part I recommend flexbox – https://css-tricks.com/snippets/css/a-guide-to-flexbox/

-Andrej

answered