How can I handle Remote Search loading?
By "remote," you mean with serverSide: true, right? If so, you have access to the search onChange function with onSearchChange which you can customize to call APIs and use debounce. If you want to change how any of the default searching works, you can also provide your own search bar with customSearchRender.
@gabrielliwerant I'm currently doing this and I'm trying to update a variable on the
UPDATE: Found out I just need to update to the latest version. Thank you.
Hi @ksdelacruz Could you share a snippet of how you acheived ? I am using v2.13.3 and still having the same issue you have mentioned ,
onSearchChange:(searchKey) => {
setTableState({...tableState,searchKey:searchKey});
}
console.log(tableState.searchKey);
I am getting only one letter at a time on console.