Search the word 'class'
Search the word 'class'
chenbenezra
Posts: 8Questions: 0Answers: 0
hi,
i try to search the word class in search bar but it's not fillter the table.
other search working of course
thank you,
chen
i try to search the word class in search bar but it's not fillter the table.
other search working of course
thank you,
chen
This discussion has been closed.
Replies
this is the link for the example:
i have two rows in the table
i searched for "class" word because i want display only the second row
but it does not filter well.
if i search "Some Name" it displays only the first row and filters well.
thanks again.
I will look at fixing it in DataTables core.
Allan
do you know if you are supposed to release a version with that fix?
it's not working with 1.9.4 version so i resovled with that way:
[code] "aoColumnDefs": [
{ "bSearchable": false, "aTargets": [ 0, 10 ] }
]
[/code]
thanks again.
Allan