Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For that, you can overwrite the "dom" property in the “Custom Commands” textfield on the table’s “Edit” screen, e.g. by using

    "dom": 'lript'

    For documentation on this, please see https://datatables.net/reference/option/dom

    Regards,
    Tobias

    Thread Starter whisky-journal

    (@whisky-journal)

    Well, that helps at least to MOVE pagination commands to the top of the table. But it only moves them, to ADD them would mean that they still are visible at the bottom…

    Besides, using

    "dom": 'lfript'

    keeps the filter function available.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, yes, I accidentally removed the f. Sorry.

    You can use the letters twice in the command, so that

    "dom": 'lfriptip'

    would show the pagination above and below the table.

    Regards,
    Tobias

    Thread Starter whisky-journal

    (@whisky-journal)

    Yes, that makes sense, especially when reading the dom-options more thoroughly than I did in the first place 😉

    Thanks for helping so quickly, Tobias!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    Hi Tobias,

    Thanks for the tip. Is there a way to have it both at the top and bottom show?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, if you have the letter p twice in the value for the “Custom Command”, like

    "dom": 'lfriptip'

    Regards,
    Tobias

    Hi Tobias,

    Danke!!!!

    Gruß Sven

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Pagination arrows at top of table’ is closed to new replies.