• Resolved scripotime

    (@scripotime)


    Could you anyone help me:

    1. The information displayed in my table filters does not display correctly
    2. I am new to wordpress are there any improvement you would suggest?

    thank you !

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

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    Just to be sure, do you mean the filter dropdowns above the table? The cause for this is that your theme and WooCommerce are both influencing these. To fix them, please add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .dataTables_wrapper select {
    height: auto;
    }

    Unfortunately, I can’t really answer the second question, as that’s not very specific, sorry.

    Best wishes,
    Tobias

    Thread Starter scripotime

    (@scripotime)

    Hi, thank you for your response it worked perfectly.

    another question: How can I make the columns until “administrator” visible and the only visible when users click on the (+) button? Also is there a possibility to make the table more responsive for the mobile version?

    https://scripotime.com/database/

    thank you

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great to hear that this helped! To collapse those columns by default, which will also be better for responsiveness on mobiles, please add this to the “Custom Commands” text field on the table’s “Edit” screen:

    "columnDefs": [
    { "className": "none", "targets": [ 5, 6, 7, 8 ] }
    ]

    That list in the targets attribute is a list column indices (the column number minus 1) for the columns that should be collapsed.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.