glarkou
glarkou

Reputation: 7101

Split Datatables columns every x columns

I am use the Javascript version of DataTables (Link) and I would like to split a big DataTable every x columns.

Any suggestions or a plugin?

Problem:

enter image description here

Instead of using x-srcolling I would like to be able to break the big datatable into 2-3-x smallers.

Upvotes: 2

Views: 1596

Answers (1)

Nicola Peluchetti
Nicola Peluchetti

Reputation: 76880

If you need to have multiple tables,symply create different html tabbles and initialize them separately with different ids like in this example.

Or you could show ecxtra data with a button like in this example

Upvotes: 2

Related Questions