Please help
im use
column .search ($(this).attr('id').replace('/;/g', '"|"'), true, false)
have analog use id ?
select id 1|4|6
If the id is in a column, then you would use column().search() on that column. Is it in a column? If not, you would need to put it into one.
column().search()
Allan
Answers
If the id is in a column, then you would use
column().search()on that column. Is it in a column? If not, you would need to put it into one.Allan