hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

How can I tell the componente what rows are enable to be selected or not ? #58

Open darcusfenix opened 7 years ago

darcusfenix commented 7 years ago

Hi hyojin.

How can I tell the componente what rows are enable to be selected or not ?

Table and TableRow componentes of material-ui has one "selectable" property that allows this

this it possible with your component ?

hyojin commented 7 years ago

@darcusfenix Hi, so far there is no interface to pass props to TableRow components directly. 😰 There is selectable prop only for Table Components.