table.search regex only works for first column
table.search regex only works for first column
I have the same problem like daniel_r in this thread:
it seems, that if you enable regex search by
var table = $('#example').DataTable( {
"search": {
"regex": true
}
} );
only the first column of the table is affected of the search term. daniel_r already made an live example as you can see in his thread or just go to: http://jsbin.com/pikoquqaqe/1/edit?html,js,output
Unfortunately the discussion of daniels thread is already closed - without giving any idea about this behaviour. Can anyone help?