This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Feature Request: Switch table to listview on smartphone instead of toggle/reflow #7700
Open
Description
I find both the reflow and columntoggle not perfect for table-heavy applications. A colleague suggested to just display a table as a listview on small devices.
I tried and really like this idea. Plus basic version (as in bin) can be CSS only:
Example JSBIN
With some classes being appended via JS, I can see image/icon/split-button and other listview elements quite easily renderable. Same for supporting filterable.
If you need a standalone demo, let me know.