DataTables / Responsive

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

Ability to customize the resposive collapse button #83

Closed Kiruwagaka closed 8 years ago

Kiruwagaka commented 8 years ago

I don't want that pseudo element button i want the ability to simply add my own button or something among those line, that pseudo element destroys the design of my website, is it possible without extensive code modification on my part or on a future release?

DataTables commented 8 years ago

Use the column option for the responsive.details.type option to specify what column you want Responsive to listen for an event on. That column can contain anything you want. In this example it uses the pseudo element, but it needn't do that - just put whatever HTML you want into it.