Column with
-
Hello Tobias,
I am trying to figure out the responsive view for our table. We spent many hours today reading the forums but couldnt find anything that would work.
1) We are trying to freeze the first column refuses to freeze. We downloaded the extension and this is our shortcode: [table id=1 datatables_fixedcolumns_left_columns=1 /]
2) Apart from that, as the text in columns 2, 3, and 4 have different lengths, we wanted to make the column width equal so that it would be consistent for the viewer. It works for desktop and tablet view with this code:
.tablepress-id-1 .column-1 { width: 40%; } .tablepress-id-1 .column-2, .tablepress-id-1 .column-3, .tablepress-id-1 .column-4 { width: 20%; }However we just cant change the column width in mobile view. Our goal is to fix the first column and have it at 50% of the mobile screen and have column 2,3,4 also at 50% (with scrolling).
Can you please help? Thank you very much!
The page I need help with: [log in to see the link]
The topic ‘Column with’ is closed to new replies.