Hi
I want to display Showing 1 to 87 of 87 entries at the top instead of bottom.
Thanks
Hi
I want to display Showing 1 to 87 of 87 entries at the top instead of bottom.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Jun 10, 2023, 12:12 PM
The dom option is set to a custom value that defines the layout of the DataTable. The "Showing 1 to 87 of 87 entries" message is placed at the top by specifying the desired HTML structure. The language option is set to customize the language and text displayed by DataTables, including the pagination and information messages.
Muhammad Imran AnsariPosted Jun 9, 2023, 8:40 PM
You can use the DataTables plugin's built-in functionality for customizing the table layout. Here's an updated version of your code that achieves this: