• Resolved melvincarbone

    (@melvincarbone)


    I want to remove pagination in a plugin but can’t find that option. Is it possible to do that for a specific table, not for all?

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hi melvincarbone, thank you for reaching out!

    For the moment you can remove the pagination fields for a certain table by adding a custom CSS style block to a specific page where you need it (not through a Custom CSS block in the settings):

    <style>
    .dataTables_paginate, .dataTables_length { display: none; }
    </style>

    We plan to add it as a UI feature as well soon.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination’ is closed to new replies.