Azure / pcs-remote-monitoring-webui

Azure IoT PCS Remote Monitoring Web UI
MIT License
54 stars 72 forks source link

Fix rules grid sorting for object fields #1183

Closed mechaffin closed 5 years ago

mechaffin commented 5 years ago

Type of change?

Description, Context, Motivation

Fix sorting issue https://github.com/Azure/pcs-remote-monitoring-webui/issues/1160 where some of the rules columns don't sort. This is because they are objects and need custom comparators.

Checklist:


This change is Reviewable