mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-21 13:29:04 +01:00
- The HTML5 attribute detection for sorting, filtering etc was breaking if you didn't provide a filtering _and_ sorting attributes since they created an undefined get data function, which causes DataTables to complain. Fix is to just check for a null value.