Page MenuHomePhabricator

Implement Javascript table sorting
Closed, ResolvedPublic6 Estimated Story Points

Description

Table sorting in Phabricator is done through re-request parameters to the backend. This is slow. A better solution would be to use a Javascript library for client side functionality.