Wraparound columns/rows
Wraparound columns/rows
On 3 tables in my site, the table is very basic, it's just a list of manufacturers, names, etc. Only a single column, no multi-column data. However, there are 100+ entries in each table. Scrolling one long table is kind of inconvenient, as is pagination. Is there a way for DataTables to "wrap around" the rows into a 2nd (or 3rd, or n'th) column after XX number of rows has been drawn?
ETA: Right now, the datasource for these tables is the DOM, however, I can modify to AJAX if needed.
ETA: Right now, the datasource for these tables is the DOM, however, I can modify to AJAX if needed.
This discussion has been closed.