OpenCue
OpenCue copied to clipboard
create web app version of the Cue GUI
I'm very interested in hearing suggestions of web frameworks and libraries that would be well suited to support the lists that the gui displays. The frame list is paged at 1k but the host list can be large depending on the query. The job progress bar column might add some display complexity.
An uneducated suggestion is to use a component of SlickGrid.
We've been using a lot of Vue for frontend pipeline webapps lately and really loving the DataTable component from the PrimeVue suite.
It has a ton of bells and whistles: pagination controls, complex clientside filtering per column, sorting, dynamic columns display, selection control and callbacks, "loading" state hooks, etc.