Can I configure api call on the global type and search bar on a table

can I configure api call on the global type and search bar on a table. the api will fetch the data from the DB if its not present in the provided array

4 Likes

No, tasks cannot be configured on the table search bar. The search bar only filters data from the table datapath.

17 Likes

@ShraddhaDhoke is there any workaround we can implement to achieve this ??

2 Likes

@Abhinav_mehta You may create a custom search bar instead of the default table search bar.

To create a custom search bar, use Input Text field in the Header entity or a Form and add On Input event on it. Use this header on the table. In this case, you will have to use an API to filter table data through API task. UI can be managed by UI properties and custom CSS.

16 Likes

@ShraddhaDhoke Thanks for the Answer.

1 Like