Disable Datatables.Mark.JS in Column where searching is disabled.
Disable Datatables.Mark.JS in Column where searching is disabled.
zgoforth
Posts: 493Questions: 98Answers: 2
Link to test case: https://jsfiddle.net/BeerusDev/0awxqpkm/1/
I have searching disabled for the first column which is work, but how can I disable the mark.js being applied to the first column as well?
Answers
This blog describes the use of mark.js. See the section adding custom mark.js options for details of how to customize mark.js. Looks like there is a
filter
option you can use.Kevin
I have read the blog as well as the comments, and I have had no luck in creating column specific marking. I even went into the .js file and was seeing what I could maybe change from line 77+ and still had no luck
See this example:
https://jsfiddle.net/3femboa4/
Kevin