Filter All Items In The Table

Currently, the filter column just shows the existing items on the current page, But the expected is the filter column should show all the items in the table. So how can I show all the items on the table?

Thanks

@kien.tran2 The filter behavior is different for a normal object-table vs a controlled-object-table.

In a normal / standard object-table the filter options will be all options available in the column across all pages (ie across the entire results set). In a controlled-object-table the filter options are limited to what has been loaded into the table which is typically just a single page and so the options in the filter will not appear to be “complete”.

Can you confirm that your issue is with a controlled-object-table?