Fixed Header not working
-
Hi,
In spite of installing + activating DataTables FixedHeader, I can’t seem to make it work on my site. Please see referenced page for an example of
1. Table created thru a shortcode[table id=123 datatables_fixedheader=top /]
on top
2. Table create thru a php tag
tablepress_print_table( array( 'id' => $numero, 'responsive' => scroll, 'responsive_breakpoint' => all, 'datatables_fixedheader' => top));
at the bottomI added the following in my stylesheet, with no success:
`.tablepress.fixedHeader-floating {
z-index: 1000 !important;
}`Any pointers would be appreciated.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fixed Header not working’ is closed to new replies.