I would like to display a chart that is tied to a table with placeholders however, I do not want to display the table. How can I view the chart without seeing the table?
And that's it. This is how you'd create a page where you'd have Chart #1 dependent on wpDataTable #1 so it follows filtering, and the table hidden using CSS.
The screenshots are from an older version of wpDataTables, but they still apply.
I would like to display a chart that is tied to a table with placeholders however, I do not want to display the table. How can I view the chart without seeing the table?
Hi Gary
Thank you for reaching out to us.
If you need to show the filters, a simple css like this would be enough:
But if you need to show the filters, you would first need to disable the following in table settings:
"Show X entries" drop-down; "Info Block" from Display tab:
"Enable main search block" from Sorting and Filtering tab:
And "Table Tools" from Table Tools tab:
Then, you can hide the table, leaving the filters above the chart like this:
And that's it. This is how you'd create a page where you'd have Chart #1 dependent on wpDataTable #1 so it follows filtering, and the table hidden using CSS.
The screenshots are from an older version of wpDataTables, but they still apply.