Hi Aralize,
You can use the dom option in advanced table options the hide the table information summary. This is documented here:
https://wpdataaccess.com/docs/documentation/data-publisher/advanced-settings/
The default value for the dom options is “lfrtip”, where i represents the table information summary. The dom option allows you to change the order in which elements are shown or completely remove/hide elements. Just enter { "dom", "lfrtp" }
in advanced table options to remove the summary.
The plugin uses jQuery DataTables for publications. More information about the dom options can be found here:
https://datatables.net/reference/option/dom
Here is the complete list of options:
https://datatables.net/reference/option/
Most of them are available in the plugin through field advanced table options. Some are only available in the premium.
Hope this helps,
Peter