Hi all,
Has anyone found a workaround for implementing the fuzzy matching search bar with server-side pagination enabled? It still doesn't seem like they've implemented it yet, but I'd be willing to hack something together that someone else has tried.
This is one of the best features of the client-side tables! Really disappointing that it doesn't seem integrated with SSP.
Thanks!
1 Like
Hi @abbieolson ,
I totally understand why this would be useful! Unfortunately, this isn't something we're able to support. In order to perform the fuzzy search, Retool needs access to all of the records at the same time, which isn't the case with SSP.
You would have to implement the fuzzy matching you're looking for as part of your resource query, based on the type of data store you're using.