Is this regular expression correct ?
Is this regular expression correct ?
I know that possibly this question is off topic, but I'm blocked trying to use one regular expression with datatables.
I want to show only the db registers which have id=11 (secondary key), the id column is (10)
[code]myTable.fnFilter("^\\s*"+'11'+"\\s*$",10,true,true);[/code]
Thanks in advance
Ricard
I want to show only the db registers which have id=11 (secondary key), the id column is (10)
[code]myTable.fnFilter("^\\s*"+'11'+"\\s*$",10,true,true);[/code]
Thanks in advance
Ricard
This discussion has been closed.