Table to replace or append to; show newest first
-
Hi! Your plugin continues to be excellent, but when you want to replace or append to a table the drop down shows oldest first. It makes a lot more sense to show newest first if you have many tables (to me anyway!).
Previously you gave some code to do this, to add to functions.php, but it has stopped working. ‘Export Table’ has a ‘reverse’ button but the import doesn’t. I wonder if you could update the code so that it works again? Thanks!// for the drop down menus in 'import' and 'export'
add_filter( 'tablepress_load_all_tables', 'array_reverse' );The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Table to replace or append to; show newest first’ is closed to new replies.