gregschmit / rest-scaffold

A JavaScript/jQuery library that builds scaffolds (tables+actions) for objects exposed by a REST API.
MIT License
1 stars 0 forks source link

Frontend sort #7

Open gregschmit opened 5 years ago

gregschmit commented 5 years ago

There should be another option to implement sorting on the frontend using javascript. This would be faster, so it should be more prominent. The issue is that only the rendered items would actually be sorted, but it could be useful and would be neat. Options in the config should be able to disable the buttons for this.