Indian Politics
Say I have a blog post resource with created_at.
How do I make sure that in the table view for the resource (/admin/resources/posts) I sort by default with created_at > desc?
sortable() does not solve it as you have to manually click on it.
Edit: Just a related PR to this: #231