• Resolved nistaani

    (@nistaani)


    Hi!

    I’m using the extension TablePress Extension: DataTables FixedColumns which seems to be adding some inline style to my tables, mainly “width: 656px;”

    If I deactivate the plugin the tables return to their normal width. How do I override or remove this style please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This style is indeed added by the DataTables JS library. From what I know, it’s necessary for the FixedColumns feature to work properly.
    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 nistaani

    (@nistaani)

    Hi Tobias,

    http://dev.nistaani.co.uk/aria/rates/

    I’m using the extensions specifically to accommodate mobile etc

    Thanks

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link! We could maybe try changing this behavior with some CSS code. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-2 {
        width: 100%!important;
    }

    Regards,
    Tobias

    Thread Starter nistaani

    (@nistaani)

    Tobias, thank you very much that fixed my issue. 🙂

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘Width issue with Extension: DataTables FixedColumns’ is closed to new replies.