• Resolved digiblogger

    (@digiblogger)


    Hopefully, this is my last question. 🙂

    I have a table now and I am using this custom commands

    
    "dom": "lpfrtip","pagingType": "simple_numbers"
    

    I installed and activated the DataTables ColumnFilterWidgets Extension and added them to my shortcode:

    
    [table id=1 datatables_fixedheader=top datatables_fixedheader_offsettop=30 datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1 /]
    

    But the filter widgets don´t appear.
    As I am not really knowing what I (possibly) excluded with the dom command… is there are way to show the widgets? My table has 5 columns

    Thx
    Digi

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is indeed caused by the dom parameter in your “Custom Command”. The Column Filter Widgets also use this, so that you will have to take that into account.
    The Extension is triggered by a W in the command, so for example, extend it to
    "dom": "Wlpfrtip","pagingType": "simple_numbers"

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Custom dom() command and table filter widgets.’ is closed to new replies.