Cant search when i have Numbers and text in a column
Cant search when i have Numbers and text in a column
samgc
Posts: 1Questions: 0Answers: 0
Hi,
I have created a system where i can use regex and i have a search on each column and it works perfekt.
I have a problem when I have a column row with the number and text example
Order
——
100
10
20
1000
1000-b
Bb57
Dow
When I make a search in this column it can not find the the number then. It can only find text. Example if I search for 100 I get nothing found.
Note: I get the data from api ore SQL
And I have the same problems on both.
Am I missing something.
Kinds Regads S
This discussion has been closed.
Replies
My guess is your regex expression is not correct. For help debugging please post a simple test case replicating the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin