Hyojin Kwak

Results 23 comments of Hyojin Kwak

@advance512 Hi, currently no. I think we can add 2 props for this. The first is to set default mode to normal or filter, and the other is to show...

Sure. but I'm focusing on the other project now, so maybe it takes time.

@advance512 I love to hear that! I've tried to sign in, but I'm hesitating to create account. lol Btw, now we have 3 props to handle header toolbar, headerToolbarMode and...

It looks like they've changed the way theme works on v1. I'll start investigation soon.

@logysis I'm going to add the props which can handle the search bar. #44

@logysis please check [this](https://github.com/hyojin/material-ui-datatables/blob/master/test/DataTables/DataTables.spec.js#L237) :)

@logysis yes, you can use props, headerToolbarMode and filterValue. here is [example](https://github.com/hyojin/material-ui-datatables/blob/master/example/src/Main.js#L562)

@eromoe I'm not sure where you defined the code related to theme (like, ```getMuiTheme()``` function). How about to pass theme as a prop? http://www.material-ui.com/#/customization/themes

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

@thearabbit Hi, Currently it doesn't support edit features in the component. But if you want to show dropdown and implement edit features by yourself, you can set react nodes as...