Replace material-ui tables with html/css #3
Labels
optimization
Optimization, makes faster
priority-medium
Highest priority for non-essential enhancements, not-critical bugs/issues
Feature
Ditto title
Info
Load times(especially in the asset list page) are evidently affected due to the use of material-ui tables.
Replacing those tables with
ul
,li
s will enhance page load speeds.Also removing the use of tables will allow the use of react-window,
which as of the time this issue was written, does not support tables.(or is a pain to implement)
The text was updated successfully, but these errors were encountered: