Using ColumnFilterWidgets and Buttons at the same time
-
Hi, i’m trying to use DataTables ColumnFilterWidgets and DataTables Buttons at the same time.
This is the code i’m using:
[table id=1 datatables_columnfilterwidgets=true datatables_buttons="csv,excel,pdf,print" datatables_columnfilterwidgets_exclude_columns=2,3,5,6,8,9,10,11,12,13,14,15,16 /]
The issue is that only display the buttons option and it does not display the filtering options. If i use only the datatables_columnfilterwidgets it functions perfectly.
So, the question is if it’s possible to use both extensions at the same tame and how to made the code for that.
I also want to know if there is a way to display a search/filering form on my front page, and when the user submits goes to the table page with the results; or if it’s possible to display the filters options before loading the results.
Thanks in advance
- The topic ‘Using ColumnFilterWidgets and Buttons at the same time’ is closed to new replies.