DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Added new event to fire when columns are shown or collapsed #60

Closed zepernick closed 8 years ago

zepernick commented 8 years ago

Event: responsive-resize.dt Parameters: dataTable - DataTable instance columnsVisibleArray - boolean array specifying if the columns are shown(true) or collapsed(false)

DataTables commented 8 years ago

Nice one - thank you. Are you happy for this to be released under the MIT license?

zepernick commented 8 years ago

Yes, please release under MIT. Thanks!