Multiple extensions in one table
-
Hello there,
I am sorry in advance if I am asking something obvious, but I tried to search for an answer without success. It seems I cant add more then one extension inside single table. I have table with ID [table id=1 /]
So when I add button extension it looks like this
[table id=1 datatables_buttons=”colvis,copy,excel,print” /]
And it works fine, except the colvis buttons are not clickable and not work (I also need a help with this).
But when I want to add the Column filter widgets extension I do the following
[table id=1 datatables_buttons=”colvis,copy,excel,print” columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1,3,5,6,7,8 /]
And it doesnt work. But if I apply only one extension code in table shortcode, it works.
Please, can you tell me what I am doing wrong? Thank You in advance!
The topic ‘Multiple extensions in one table’ is closed to new replies.