• Resolved mejstro

    (@mejstro)


    Hello,
    Please alow me a few question about your Button Extension.
    1) Is it possible to change the look and possition of the buttons (top, bottom, left, right)?
    2) Can beo images inserted in the table exported to PDF output and printed?
    Thank you very much
    Jan

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    1) This is possible with CSS code and a “Custom Command” for the JS library:
    For right alignment, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper .dt-buttons {
      text-align: right;
    }

    For moving the buttons below the table, add this to the “Custom Commands” text field on the table’s “Edit” screen:

    "dom":"lfrtipB"
    

    2) Unfortunately, only text content is currently supported.

    Regards,
    Tobias

    Thread Starter mejstro

    (@mejstro)

    Thank you very much for the really great support!
    I understand, that images are not currently supported and hope that they will be in the future ??

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DataTables Buttons’ is closed to new replies.