nova-order-field
nova-order-field copied to clipboard
Avoid Nova refreshing entire page when changing order
I know it's an awful workaround, but if you are looking for a way to avoid Nova refreshing the entire page when sorting your resources, just go to IndexField.vue file: comment the "this.$router.go" line and replace it with this.$parent.$parent.$parent.$parent.$parent.$parent.getResources()
In this way Nova should reload your resources properly sorted without refreshing the page.