Update Server Capabilities table to use AG-Grid instead of jQuery "dataTables" #6493
Open
Description
This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
- Traffic Portal
Current behavior:
The traffic_portal/app/src/common/modules/table/serverCapabilities/TableServerCapabilitiesController.js
table uses the jQuery "dataTables" plugin.
New behavior:
The traffic_portal/app/src/common/modules/table/serverCapabilities/TableServerCapabilitiesController.js
table uses the faster, actively maintained AG-Grid component.