Conversation
src/table.js
Outdated
There was a problem hiding this comment.
doesn't upgradeElement need something like 'MaterialTable'?
There was a problem hiding this comment.
Oh, yes. It's MaterialDataTable
|
Maybe this should have separate elements, like suggested in the Tabs PR. It doesn't do anything special with the insides of the table, so maybe we can just inject |
|
Material-ui originally went with a Table component that just had like over nine thousand configuration options for their initial version. However they split that up into a bunch of components that represent parts of a table ( |
There are some optional classes on table data cells, such as |
|
@coderhaoxin I think we should have separate components for rows, columns, etc |
done |
|
I think the mapping needs to go away. A component library should just accept children, not custom DSLs of arrays of objects. |
No description provided.