ColumnFilterWidgets problem with sSeperator on multiple tables
ColumnFilterWidgets problem with sSeperator on multiple tables
I can not get ColumnFilterWidgets to use its sSeperator method on more than one table on a page. It works for the first table but not the rest. Any ideas?
[code]
$(document).ready( function () {
$('.data_table').dataTable( {
"sDom": 'W<"clear">lfrtip',
"oColumnFilterWidgets": {
"sSeparator": "\\s*,\\s*"
}
} );
} );
[/code]
[code]
$(document).ready( function () {
$('.data_table').dataTable( {
"sDom": 'W<"clear">lfrtip',
"oColumnFilterWidgets": {
"sSeparator": "\\s*,\\s*"
}
} );
} );
[/code]
This discussion has been closed.