• Resolved Guillaumeg06

    (@guillaumeg06)


    Hello Tobias,

    I use this code for responsive : [table id=x responsive=stack responsive_breakpoint=”device” /] but it doesnt seem working on mobile, the third column is stuck on the middle of the last column.

    I used [table id=x datatables_fixedcolumns_left_columns=1 datatables_fixedcolumns_right_columns=0 responsive=scroll /] in order to scroll but I would prefer to get automatically all columns on the same page.

    Do you have a solution?
    https://www.privassur.com/assurance-sante-internationale/devis-gold/

    Thanks a lot again!
    PS: I found a conflict between TablePress with Javascript and gravity forms. Some forms doesn’t display on front end when Javascript mode is enable

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For the stack mode to work, you must change device (in the responsive_breakpoint parameter) to one of phone, tablet, desktop, or all, as mentioned on https://tablepress.org/extensions/responsive-tables/

    The Shortcode with the FixedColumns, as well as that JavaScript problem probably happen because you were turning on the “Use DataTables” checkbox on these tables, while they are using #rowspan# or #colspan# to combine/merge cells. Unfortunately, this is not compatible, so that you can’t do both at the same time.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘responsive STACK and third column’ is closed to new replies.