node-red-dashboard
node-red-dashboard copied to clipboard
Why no editableList is being used
Hi guys,
I wanted to add a feature to the code of the ui_form.html, but there is something I don't really understand.
The config screen contains this table:
It looks like an editableList, but it isn't one. I mean it is created from scratch using html/js/css.
I am wondering if there is any reason why it is done that way? For example due to some limitations of the editableList perhaps...
If there is no particular reason, is it ok if I try to create a PR to refactor it to use an editableList?
Thanks! Bart