I'm submitting a:
Awesome :)
Just some comments on this. The Material Design guidelines for data tables are a bit light and don't really cater for line of business type applications, where you need to support for fairly large data sets (scrolling). Things like fixed headers and columns, detail rows, as well as virtualization are pretty much as must.
The article below covers data table requirements quite well.
https://uxdesign.cc/design-better-data-tables-4ecc99d23356
Here is cool vaadin grid for inspiration... https://vaadin.com/components/vaadin-grid
Love to see these features
1.Custom Cell Renderer
2.Custom Column Header
3.Option or pagination/infinite scrolling
4.Always Virtualized
5.Sticky Columns /rows(optional)
6.Filtering as part of table (optional)
7.Sorting
8.Column/row Reordering (Drag and drop)
9.expandled row and column
10.Custom Row Sizes
11.Show and Hide columns
Hello, any idea when the missing components will be available ??? Many of the community are excited
Most helpful comment
Awesome :)
Just some comments on this. The Material Design guidelines for data tables are a bit light and don't really cater for line of business type applications, where you need to support for fairly large data sets (scrolling). Things like fixed headers and columns, detail rows, as well as virtualization are pretty much as must.
The article below covers data table requirements quite well.
https://uxdesign.cc/design-better-data-tables-4ecc99d23356