hyojin / material-ui-datatables

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

Search not working in React 15.5.4 #40

Open ertucaglar opened 7 years ago

ertucaglar commented 7 years ago

Search, filter, pagination vs. not working last version of react

hyojin commented 7 years ago

@ertucaglar sort, filter, pagination are stateless. it doesn't provide full features. you should manipulate your data manually with the events that components provide.