Open
Description
Is there a way to add onEnter
in the filter? The filter that I mean is from TableHeaderColumn
props.
Currently I'm using remote for fetching the data. I can manually click the search button to trigger the request. But I would like to have an onEnter
event too in the filter input instead of clicking the search button every time.