Custom Commands in shortcode?
-
I have a table that is being used in two different pages. On one page I want the search/filter to search all of the columns and on the other page I want to exclude certain columns from the search. I can achieve the desired result for page two by inserting the following in the custom commands section “columnDefs”: [ { “searchable”: false, “targets”: [ 1, 2, 3, 4 ] } ] but this, of course, has makes it so page no longer works as desired.
Is it possible to put the above custom command in the shortcode? If not, is there another workaround?
Thank you for the amazing plugin!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Commands in shortcode?’ is closed to new replies.