• Resolved samnasr

    (@samnasr)


    hi there i have a simple 3 column table that i made . i want each column width to be 160 px .

    i used the css command per the FAQS 3 times, one time for each column as such :

    .wp-table-reloaded-id-2 .column-1 {
    width: 160px;
    }
    .wp-table-reloaded-id-2 .column-2 {
    width: 160px;
    }
    .wp-table-reloaded-id-2 .column-3{
    width: 160px;
    }

    everything works fine when i only have the css for the first 2 columns. once i add the 3rd column , the width of each resizes back to the default who page width.

    i did enter the code “bAutoWidth”: false in the custom commands of DATAtables Javascrpit feattures section , it didnt make any difference

    the url for the page where this table is :
    http://lfcseminars.com/about/

    Thank you

    http://ww.wp.xz.cn/extend/plugins/wp-table-reloaded/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter samnasr

    (@samnasr)

    i noticed that if i uncheck the “Default CSS” the width of the columns are all correct however the borders of the cells disappear

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you probably just need this additionally:

    .wp-table-reloaded-id-2 {
      width: auto !important;
    }

    Best wishes,
    Tobias

    Thread Starter samnasr

    (@samnasr)

    thank you it worked! this plugin is the best thank you again for creating it. i will donate for sure.

    question the search bar is still on the right hand side of the screen is there a way to move it with the table ? if no i really dont need it and i dont mind it not being there perhaps i can remove it ?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    moving it is a little bit tricky.

    Removing it however is quite easy: Just uncheck the corresponding checkbox for the search/filtering on the “Edit” screen of the table, in the “DataTables JavaScript Features” section. You can also deactivate the other features there, or simply deactivate the entire library for the table.

    Regards,
    Tobias

    Thread Starter samnasr

    (@samnasr)

    again many thanks ! i just donated . also i just rated the plugin with 5 stars

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sure, no problem 🙂 And thanks a lot for your donation and the vote, it is much appreciated!

    Best wishes,
    Tobias

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: WP-Table Reloaded] 3 column table’ is closed to new replies.