• Resolved robinsam

    (@robinsam)


    Hello,

    First of all, I’d to thank for wonderful plug-in tablepress.

    I have question that look like previous question but not exactly the same.

    Question:1
    In the flip mode, it looks the header is not inline and split to another line. I’ve already checked out the “Use dataTable”. It’s in the same line but it cannot horizontal slide and also filter thing.

    Question:2
    In the arrow for sorting, when first click, it will sort accending, but can I adjust to decending first?

    Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter robinsam

    (@robinsam)

    This link >> https://chaitung.com/???????????????????/

    Thank you very much.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link!

    Please uncheck the “Horizontal Scrolling” checkbox on the table’s “Edit” screen. That’s not compatible to the flip mode.

    To switch to descending sorting first, please add this to the “Custom Commands” text field on the “Edit” screen of the table:

    "columnDefs": [ { "orderSequence": [ "desc", "asc" ], "targets": [ "_all" ] } ]
    

    Regards,
    Tobias

    Thread Starter robinsam

    (@robinsam)

    Thank you very much.
    It’s work excellent.

    Another question:
    Can I disable some colume to filter or not?

    Thank you.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that’s possible by extending this “Custom Command”:

    "columnDefs": [ { "orderSequence": [ "desc", "asc" ], "targets": [ "_all" ] }, { 
    "searchable": false, "targets": [ 2, 3 ] } ]
    

    This would turn off searching for columns 3 and 4 (counting the columns starts with 0 for the first column).

    Regards,
    Tobias

    Thread Starter robinsam

    (@robinsam)

    OMG.

    Thank you for your dedication to develop such a wonderful tool.

    Thank you very much.

    Plugin Author Tobias B?thge

    (@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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Tablepress reponsive flip mode’ is closed to new replies.