TouK / nussknacker

Low-code tool for automating actions on real time data | Stream processing for the users.
https://nussknacker.io
Apache License 2.0
644 stars 93 forks source link

processes page #230

Closed witekw closed 4 years ago

witekw commented 4 years ago

"process name" in table header -> name sorting by category -> add secondary sort by name last modification -> use relative time (momentjs?)

PPiedel commented 4 years ago

Library used to display tables ("reactable") does not support multi-sorting. There are open issues on Github: https://github.com/glittershark/reactable/issues/376, https://github.com/glittershark/reactable/issues/309 but it does not seem that they will make these changes. Multisort is available in "react-table" - but librabry change is much more work to do. We should consider if multisort is worth of it.

witekw commented 4 years ago

Not worth it now.

On 18 October 2019 14:13:14 PPiedel notifications@github.com wrote:

Library used to display tables ("reactable") does not support multi-sorting. There are open issues on Github: glittershark/reactable#376, glittershark/reactable#309 but it does not seem that they will make these changes. Multisort is available in "react-table" - but librabry change is much more work to do. We should consider if multisort is worth of it.— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

witekw commented 4 years ago

Maybe it is enough if the backend returns data sorted by category, name to initialize the table?