Combine more function in shortcode (sort+hide_row)
-
Hello, i am trying to create a sort of preview of my very complex table.
I would like to create a kind of widget showing only the first 5 lines.
In my general table I use this code:
[table id=1 row_order=sort row_order_sort_column=B row_order_sort_direction=DESC responsive=”scroll” responsive_breakpoint=”phone” datatables_fixedheader=top /]Instead on my homepage I want to use the same code showing only the first 5 lines, I use this code:
[table id=1 hide_rows=”all” show_rows=”1-9″ row_order=sort row_order_sort_column=B row_order_sort_direction=DESC responsive=”scroll” responsive_breakpoint=”phone” /]On the homepage the code does not seem to keep the rows sorting rules (which works in the general table page).
What am I doing wrong? Do you have ideas to do what I want?
Thank you
- This topic was modified 8 years, 7 months ago by . Reason: Resolve deleting tag row_order e row_order_sort_column
The page I need help with: [log in to see the link]
The topic ‘Combine more function in shortcode (sort+hide_row)’ is closed to new replies.