Enable search term even with server side pagination

Hey @seb

You can use the dynamic query for the getting search in server side pagination of table.

Follow the steps:

Create the table and search(text input) in retool :

Use server-side pagination query in it :

Enable server-side pagination in a table :
image

On table event handler trigger query on change:
image

On the search bar, the event handler triggers the query on change :
strong text

4 Likes