purescript-react / purescript-lumi-components

Library of our UI components
https://lumihq.github.io/purescript-lumi-components/#/
Apache License 2.0
105 stars 5 forks source link

Table UI updates #50

Open kimispencer opened 5 years ago

kimispencer commented 5 years ago

Currently the Table filter dropdown ("column switcher") pulls in JSX from the table label. If a table column is right-aligned this will reflect in the dropdown. This also applies if we do not want to display a label in the table column header, but do want it to appear in the dropdown menu.

Additionally, the dropdown menu overflow is being cropped off if larger than the table itself.

TODO:

kimispencer commented 5 years ago

@spicydonuts @arthurxavierx I can move this into a lumi-planning issue but wanted to note these downs as part of our bigger discussion on refactoring the Table