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
It looks like you're new here. If you want to get involved, click one of these buttons!
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