klinge / sl-webapp

Members and activities database for a sailing club
0 stars 0 forks source link

Enhancement: sort Medlemmar DataTable at server not at client #35

Open klinge opened 4 hours ago

klinge commented 4 hours ago

Now the Medlem DataTable is sorted in the client by setting sort order when creating the table in javascript.

Instead order the query to the database to show rows sorted by last name and remove the sorting done in JS.

Check if this has a positive impact on performance and pageload