On user reordering or selecting drop down checkbox

On user reordering or selecting drop down checkbox

ChrisGChrisG Posts: 29Questions: 0Answers: 0
edited September 2013 in DataTables 1.9
I'm curious as to how I could go about performing some actions when the user reorders columns or selects a checkbox in the colvis dropdown to hide/show a column. Right now there doesn't appear to be any sort of functionality for this stuff...

Mainly I want to be able to perform some actions after the user has reordered a column and I want to have the information of the two column numbers being changed around so I can use that data elsewhere.

Same goes for the Colvis dropdown checkboxes. I want to know which specific boxes were checked/unchecked after the user performs the check/unchecking.

Would I need to dig into the js files for Colvis and ColReorder and pull that data out somehow?
This discussion has been closed.