The responsive data table extension attempts to solve a common problem with HTML tables: they do not adapt very well on smaller screens. This extension supports 3 methods to optimize the data for smaller screens.
Hide columns Hides less important columns on smaller screen sizes. You can add multiple breakpoints, so columns can be hidden in multiple steps. Reflow Re-formats the table columns at narrow widths so each row of data is presented as a formatted block of label/data pairs.
Flip Scroll A ‘flip scroll’ table will display a horizontal scroll bar if the screen is too small to display the full content. The table’s header will be flipped to the left side of the table.
Data can be loaded either from your computer (CSV or MS Access) or fetched from the server (CSV or MySQL).