table.search regex only works for first column

table.search regex only works for first column

nerznerz Posts: 2Questions: 0Answers: 0

I have the same problem like daniel_r in this thread:

https://datatables.net/forums/discussion/26732/table-search-regex-starts-with-works-only-for-the-first-column

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?

This discussion has been closed.