• Resolved Nykess

    (@nykess)


    I don’t really want to collapse tables unless visitors are on a device less than 600-700 pixels in width. Right now, tables are collapsing even for desktops because they exist in a div that is about 700px wide.

    How can I alter these breaking points?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Nykess

    (@nykess)

    Basically, if using a tablet or desktop, I don’t want for the table to collapse.

    Doable?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Directly altering this break points is not possible, from what I know. This is simply how the external JS library for this works. It will calculate the widths of the columns and then decide how many columns will fit on the current screen size. Then, it will start hiding columns from the right.

    Regards,
    Tobias

    Thread Starter Nykess

    (@nykess)

    Got it. No way to just say “if desktop, disable”?

    Thank you.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no, I don’t think so, sorry ??

    Regards,
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi again,

    just to be sure: 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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘When Using responsive=collapse, How Can I Edit Break Point?’ is closed to new replies.