• Resolved mbades

    (@mbades)


    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 mbades. Reason: Resolve deleting tag row_order e row_order_sort_column

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble. Also, sorry for the late response. I was on holidays and could not answer earlier.

    I’m not exactly sure what’s wrong here. Can you maybe debug this step by step, i.e. by only adding one parameter at a time, until a working version fails?

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Combine more function in shortcode (sort+hide_row)’ is closed to new replies.