Hi @nhanhv This filter UI will not filter your table if you have server side pagination enabled
If you want to filter paginated data, you'll need to filter the data on the query. Otherwise, you could disable server side pagination, which would allow you to filter client side