DataTables / Responsive

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

Cannot Destroy A Responsive Table with The Responsive Row Open #31

Closed cdaringe closed 9 years ago

cdaringe commented 9 years ago

Example:

  1. visit http://jsfiddle.net/1z7cv8we/1/
  2. open a responsive row
  3. click the destroy button. observe the error in the console.

Hopefully that's an easy one to fix!

DataTables commented 9 years ago

Yup - super easy. Just use the latest versions of DataTables and Responsive: http://jsfiddle.net/1z7cv8we/2/ :-)

cdaringe commented 9 years ago

Man, you rock!