kLabz / haxe-material-ui

Haxe externs and tools for material-ui
MIT License
9 stars 5 forks source link

stickyHeader prop on Table #10

Closed bablukid closed 4 years ago

bablukid commented 4 years ago

Yo !

would be nice to have stickyHeader prop on Table component. like in https://v4-7-2.material-ui.com/components/tables/#fixed-header

It seems also that in mui 4.8.3, there is a new component named TableContainer.

kLabz commented 4 years ago

stickyHeader is already available: https://github.com/kLabz/haxe-material-ui/blob/master/src/mui/core/Table.hx#L16

Yeah I still need to add changes from 4.8.x (and now 4.9.0)

bablukid commented 4 years ago

ok, sorry I didnt have the latest version.

thx