The Dreaded 18 Column Table
The Dreaded 18 Column Table
kraftomatic
Posts: 78Questions: 13Answers: 0
Hey Guys,
I've been using DataTables and loving it. Of course I have someone who "needs" a table with 18 or so columns of data. About eight of them are date fields, and all the columns need to be sortable. There are other dropdowns as well which are planned to be filters for rendering the data.
In your experience, what do you guys do when faced with too much data to realistically display on a page? Color coding, popovers, drilldown, etc are viable options .. I just can't see needing to display 8 columns of dates, other than the fact they are needed for the sorting ability. Just wanting to see what everyone else thinks.
Thanks!
I've been using DataTables and loving it. Of course I have someone who "needs" a table with 18 or so columns of data. About eight of them are date fields, and all the columns need to be sortable. There are other dropdowns as well which are planned to be filters for rendering the data.
In your experience, what do you guys do when faced with too much data to realistically display on a page? Color coding, popovers, drilldown, etc are viable options .. I just can't see needing to display 8 columns of dates, other than the fact they are needed for the sorting ability. Just wanting to see what everyone else thinks.
Thanks!
This discussion has been closed.
Replies
1. x-scrolling
2. x-scrolling with FixedColumns
3. drill down data (open / close rows)
4. hidden columns (ColVis)
5. modals
6. tooptips
And probably more I've not thought of off the top of my head :-)
I've used all of the options above, and all work well - it basically depends on how you want to display your data.
Allan
Any better ideas you might have? :)