• Resolved chbary

    (@chbary)


    Hi i am using tablepress and tablepress responsive extension and my table id is [table id=4 responsive=flip /] but on my mobile phone website is still showing as unresponsive.

    my tables setting: https://prntscr.com/l0awpe

    please suggest me what should i do ?

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This is actually working for me. When I view this page on a small screen, the table is flipped to the side.

    You will however need to fix the height of a the then-second row. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
    	.tablepress-id-4 thead .column-2 {
    		height: 150px;
    	}
    }

    Regards,
    Tobias

    Thread Starter chbary

    (@chbary)

    Hi thank for your reply and code, i added in my plugin css .. it looks better now.

    but i want to be same as desktop but in responsive mode. is it possible ?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, the desktop table will not fit on a phone, that’s why you need a mode for responsiveness. Use the flip or the scroll mode for best results.

    Regards,
    Tobias

    Thread Starter chbary

    (@chbary)

    Okay thanks. please consider to make it responsive in next updates… you’ll be free from answering alot queries about responsive issue.

    Best regards,
    Pubanswers

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    that’s what I’m offering the Extension for ?? Unfortunately, directly integrating this into the plugin doesn’t really make sense, because there is no “one size fits all” solution for responsiveness and HTML tables :-/

    Best wishes,
    Tobias

    Thread Starter chbary

    (@chbary)

    You’re right but a plugin name [supsystic tables offering and doing same what i was asking about responsiveness.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, they do integrate this, but for TablePress, I favor the way with an Extension, which makes it easier to separate things.

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘UnResponsive Table on Mobile devices’ is closed to new replies.