In edit a table, when I click on add formula the the attached error message pops up. What do I have to do against it?
Can I prevent displaying "Sow XXX entries" and "Search:" on top of the table, respectively "Showing 1 to 1 of 1 entries" and the navigation through the table below the table? See second attachment with entries circled in red
Hi Hanspeter Bossard, Thank you for your purchase.
Did you have installed Lite version before you brought premium plugin on Envato? If yes, you have to deactivate Lite version and to activate full version from plugins page.
Yes it is possible. Please take a look at this posts from our documentation:
I could get rid of all controls except of the "Pagination Controls", I hope this is the correct terminology, as shown in the attachment. Is it possible to hide them as well, since I have to show only one row.
adding the following lines in Custom wpDataTables CSS
In edit a table, when I click on add formula the the attached error message pops up. What do I have to do against it?
Can I prevent displaying "Sow XXX entries" and "Search:" on top of the table, respectively "Showing 1 to 1 of 1 entries" and the navigation through the table below the table?
See second attachment with entries circled in red
best regards
Hanspeter
Hi Hanspeter Bossard,
Thank you for your purchase.
Did you have installed Lite version before you brought premium plugin on Envato? If yes, you have to deactivate Lite version and to activate full version from plugins page.
Yes it is possible. Please take a look at this posts from our documentation:
http://wpdatatables.com/faq/how-to-hide-global-search-block/
http://wpdatatables.com/faq/how-to-hide-show-x-entries-block-from-pagination/
http://wpdatatables.com/faq/how-to-hide-showing-x-of-x-entries-in-pagination/
Hi Milos
Thanks for the quick answer. I will try this as soon as possible
best regards
Hanspeter
Hi Milos
I could get rid of all controls except of the "Pagination Controls", I hope this is the correct terminology, as shown in the attachment. Is it possible to hide them as well, since I have to show only one row.
adding the following lines in Custom wpDataTables CSS
div.dataTables_length { display: none !important; }
is working for all the other controls, however I had not been able to do this in WordPress Pagediv.dataTables_filter { display: none !important; }
div.dataTables_info { display: none !important; }
best regards
Hanspeter
Hi Hanspeter Bossard,
You can hide pagination by adding this CSS:
Thanks this did it
best regards
Hanspeter
Hi Hanspeter Bossard,
You are welcome.