mountetna / etna

Base gem for Mount Etna applications
GNU General Public License v2.0
0 stars 0 forks source link

Replace table on search page #4

Closed graft closed 4 years ago

graft commented 6 years ago

The table widget on the Search page is famously bad. Everyone hates the resizing columns and it is difficult to navigate.

A better alternative might be https://facebook.github.io/fixed-data-table/, a React table that seems like it would do better - fixed columns especially seems like a nice feature to enable (click column headers to freeze and unfreeze them).

What renders in the table cells should continue to use AttributeViewer to display content.