Is there any way to put multiple ad_tables onto a page?
Right now, the default ordering variable is $orderby, but I want to have 2 different sortable tables which may have the same column name.
Is it possible to set one table to $orderby_1 while the other table sorts according to $orderby_2?
Was also wondering if there's a way to append "#table_location" to the end of the table header links such that it will jump to the location of the anchor tag (where the table is)? Tsuffix appends the #table_location plus the orderby string.
Thanks for any help!