bcgov / gwa

Gateway Administration
https://catalogue.data.gov.bc.ca/dataset/api-gateway-administration
Apache License 2.0
7 stars 3 forks source link

Sorting records in table view #13

Closed ll911 closed 7 years ago

ll911 commented 7 years ago

in APIs, Plugins, Users, Groups tab add "descend" & "ascend" for table head, so fields like "Name", "Hosts", "Created at"... can be sorted alphabetically or chronologically

pauldaustin commented 7 years ago

Rejected as kong doesn't support this.

Please hold off on enhancements until we get version #1 completed

ll911 commented 7 years ago

@pauldaustin that's why I didn't included in https://github.com/bcgov/gwa/milestone/1

pauldaustin commented 7 years ago

Implement functionality to allow the user to sort the records in a table view. This will be supported for tables where all records can be loaded into memory on the client side. The sort will occur on the client side as Kong doesn't support sorting of results.

The following tables will have sorting enabled.

The following kinds of tables won't be sorted as data volumes could be large.

pauldaustin commented 7 years ago

I've implemented the functionality. It'll be available once I deploy 1.1.0