• Resolved sstrand2022

    (@sstrand2022)


    Good day Tobias and I hope all is great with you!

    I am using the “collapse” feature for mobile responsive tables and am wondering what the CSS code(s) are for the control button to collapse the row. I am also wondering if I can remove the Show “Entries” and Search functionality at the top of the table.

    The page in question:

    Metal Support Brace – Can-Cell Industries Inc.

    Thank you for your time.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sstrand2022

    (@sstrand2022)

    Please see screenshot here:

    https://snipboard.io/HjQGmt.jpg

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From what I can see, you already found where to turn off the search and the pagination length change, and you were able to change the colors of those buttons already?

    Regards,
    Tobias

    Thread Starter sstrand2022

    (@sstrand2022)

    HI Tobias,

    I have a follow-up inquiry for the Collapsible Tables.
    Is it possible to align the dtr data column to the left by a certain padding?

    Please see screenshot here:

    https://snipboard.io/CGwt97.jpg

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you could play with the minimum width here, after adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    table.dataTable>tbody>tr.child td span.dtr-title {
        min-width: 75px;
    }

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Tablepress Collapse CSS for Control Buttons’ is closed to new replies.