Title: Custom dom() command and table filter widgets.
Last modified: February 1, 2017

---

# Custom dom() command and table filter widgets.

 *  Resolved [digiblogger](https://wordpress.org/support/users/digiblogger/)
 * (@digiblogger)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/custom-dom-command-and-table-filter-widgets/)
 * 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](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/custom-dom-command-and-table-filter-widgets/#post-8725376)
 * 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.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/custom-dom-command-and-table-filter-widgets/#post-8725376)
 * Status: resolved