Table in tab, height and FixedColumn
-
Too many large tables. Yes, using tabs.
Is there any way to get the table, in a tab, to have height and fixed columns and scroll?
https://63c.087.myftpupload.com/compressors/#recip
Multiple tables under compressors/ and prime-movers/The tables were defaulting to zero height which i understand is a conflict with using tabs and code not loading completely. I fixed that with
.dataTables_wrapper {
height: 800px !important;
}Now the table load to a correct height and the scrolly code works. But i also want the first two columns fixed. FixedColumns worked perfect before I added the wrapper code but the table collapsed to a height of “0”
All tables use this shortcode with the only variation on columnfilterwidgets exclude
[table id=1 datatables_scrolly=480px datatables_fixedcolumns_left_columns=2 datatables_fixedcolumns_right_columns=0 datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25 /]
Thanks for any suggestions!
- The topic ‘Table in tab, height and FixedColumn’ is closed to new replies.