Closed tlrznf46 closed 4 days ago
Hey @tlrznf46,
This is great work, I've just tidied it up a bit, but you did exactly what we wanted, so thanks for that! 🚀
Just try to not commit files that are not related to the issue you're trying to resolve (it was docker-compose.yml
one that ended up being committed now, but I've reverted those changes).
Just a small note for the future, if you could use GitHub Keywords when opening PRs to connect it to the proper issue (to automate the entire process a bit more), it would be super helpful to us. You can read a bit more about it here (I've added closing keyword for this particular issue).
Okay, Thank you. I will refer to it in the future !
This is a PR to resolve issue #5576.
In the NamespaceKV component, a handleSortChange function was added internally to perform the sorting functionality.
When the sort button is clicked in NamespaceKV, the data is sorted in either ascending or descending order.