Using search plugins with DataTables 3.0
Using search plugins with DataTables 3.0
in General
Public service announcement
Found, after upgrading to 3.0, that search plugins using the settings.nTable.id settings object will break. Looks like that object has been replaced with settings.tableId. However it would be better to use the table().node() API to get the table's ID. Better might be to convert to search.fixed() which I believe is the DT 2+ replacement for search plugins.
@allan I believe settings.nTable.id is used by many developers. Please add something to the upgrade notes about the appropriate steps to take.
Kevin
Replies
Hi Kevin,
Very good point.
In this section about internal property naming I've just committed the following:
That will be deployed to the site shortly.
Allan
Perfect, thanks!
Kevin