Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for material-table #2000

Open
nohaapav opened this issue Nov 4, 2019 · 1 comment
Open

add support for material-table #2000

nohaapav opened this issue Nov 4, 2019 · 1 comment

Comments

@nohaapav
Copy link

nohaapav commented Nov 4, 2019

add support for following package https://github.com/mbrn/material-table/tree/master/src/components

@alenkralj
Copy link
Contributor

I have submitted PR #2067.

You can see how I use it in: https://github.com/alenkralj/reagent-material-ui/blob/master/src/core/reagent_material_ui/table.cljs . I have not tested every feature of the component. However, it seems to me that it works great.

Based on docs at https://github.com/mbrn/material-table, one has to add to HTML:
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
or pass icons prop to the component. If you do not do that, you will not see icons on the component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants