Enabling localization breaks table.select.selector
Enabling localization breaks table.select.selector
Link to test case: https://live.datatables.net/sukesata/4/edit
Debugger code (debug.datatables.net):
Error messages shown: JS error
Description of problem:
Hi,
whenever I enable a localization plugin, table.select.selector throws
an error.
Can you please have a look?
Thanks
kc
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
As the
language.urldocumentation says:You need to wait for the table to become ready. You can use
initCompleteorinit: https://live.datatables.net/sukesata/5/edit .Allan
Thanks!