[Plugin: WP-Table Reloaded] Sorting and filtering by date in shortcode
-
Hi,
I have a table (9 culomns) with this code in Custom Commands:
"aoColumnDefs": [ { "sType": "german_date", "aTargets": [ 3 ] } ], "aaSorting": [[3, 'asc']]
and I use this sorting (order by Date ASC) for the main table view.In addition I have a widget in frontpage where I have included this shortcode:
[table id=1 hide_columns="1,5,6,7" column_widths="100px|60px|80px|20px" use_tablesorter="false" filter="XYZ" /]
to show only 5 columns.BUT… In this widget, I want to display only the range of datas which date field values are GREATER THAN TODAY.
AND… I want to sort the rows by REVERSE ORDER of date field values (DESC).
Is this possible to filter with those parameters by using “filter” parameter in shortcode in conjonction with Extension 6 ?
Thank you by advance !
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] Sorting and filtering by date in shortcode’ is closed to new replies.