• Resolved anoormohamadi90

    (@anoormohamadi90)


    Hello Tobias,

    I have a table but i want to use it with different names in different subtabs. Is it possible that I change the table name when I call the table? Is there any way to not duplicate the table?
    Moreover, is it possible to disable sorting of the table by user in a subtab?

    Thank You

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Sorry, changing the table name like that is not possible. Instead, I recommend to just type in the desired name/heading directly above the [table ... /] Shortcode.

    Disabling the sorting is possible by adding another parameter to the Shortcode:
    [table id=123 datatables_sort=false /]
    To turn off all JS features, use
    [table id=123 use_datatables=false /]

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Change table name on call’ is closed to new replies.