Can you tell us, Is it possible, Shall we integrate the following options in a single dataTable?
Can you tell us, Is it possible, Shall we integrate the following options in a single dataTable?
Is it possible, Shall we integrate the following options in a single dataTable?
The options are column reordering, column resizing, individual column filter and dynamic column show / hide?
This discussion has been closed.
Answers
Hi @rajaigce ,
Yep, you can mix options.
See ColReorder
This isn't possible. The columns will fit the data. If the data changes, you can force a recalculation with an
draw(), but you can't drag column widths as you would in Excel for example.See here.
See here.
Cheers,
Colin
How to concatenate all above mentioned functionality in one dataTable?
Hi @rajaigce ,
You just join them together in the initialisation object, for example, this table here have both dynamic column show/hide and ColReorder .
Cheers,
Colin