Comments fhiwi started the conversationMay 1, 2017 at 9:10amHi guys,We would like to show the info about our tables also on the top of the table. In which file do I have to add the <div class="dataTables_info"....>-Code?Thanks in advance for your great help!Best regards,Daniel 1,846Miloš repliedMay 3, 2017 at 10:18amHi Daniel,Thank you for your purchase.In file wp-content/plugins/wpdatatables/source/class.wpdatatable.php around line 1817 you will find this code $obj->dataTableParams->sDom = 'BT<"clear">lftip'; if($this->isScrollable()){ $obj->dataTableParams->sDom = 'BT<"clear">lf<"wdtscroll"t>ip'; }You will notice this letters l, f, t, i ,p letter i is related to "show the info" label so please try to put it before other letters, for example.If your table is scrollable your code should look like this: if($this->isScrollable()){ $obj->dataTableParams->sDom = 'BT<"clear">lif<"wdtscroll"t>p'; } Let me know the result.Kind Regards, Miloš Jovanović[email protected] Rate my supportTry our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/ wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi guys,
We would like to show the info about our tables also on the top of the table. In which file do I have to add the <div class="dataTables_info"....>-Code?
Thanks in advance for your great help!
Best regards,
Daniel
Hi Daniel,
Thank you for your purchase.
In file wp-content/plugins/wpdatatables/source/class.wpdatatable.php around line 1817 you will find this code
You will notice this letters l, f, t, i ,p
letter i is related to "show the info" label so please try to put it before other letters, for example.
If your table is scrollable your code should look like this:
Let me know the result.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables