fixed column have problems
-
Hi
Thank you for good plugins.
First table have problems of scrolls in vertical and horizontal both.
I am not sure that css setting like this is necessary.
<first table>
[table id=1 datatables_fixedcolumns_left_columns=1 row_order=sort row_order_sort_column=B row_order_sort_direction=DESC /]
<second table>
[table id=1 responsive = flip responsive_breakpoint = all row_order=sort row_order_sort_column=B row_order_sort_direction=DESC /]
<css>
#tablepress-1 td,
#tablepress-1 th {
overflow-x: auto;
overflow-y: visible;
white-space: nowrap;
font-size: 12px;
}
.tablepress-scroll-wrapper {
-webkit-overflow-scrolling: touch;
}Thanks
TatsuyaThe page I need help with: [log in to see the link]
- The topic ‘fixed column have problems’ is closed to new replies.