gregnb / gregnb/mui-datatables
Can anyone tell me how to implement debounceSearchRender method on the CustomSearch componet
Open
question
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Its just re-rendering the CustomSearch every time there is a new input. I read about the debounceSearchRender but really confused about the implementation
```
customSearchRender: (searchText, handleSearch, hideSearch, options) => {
return (
);
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.