Skip to main content

I would like to apply a condition before the table is shown.

Let’s say I have a table which has Account as its data model. And I already want to filter all the rows without even using filters, let’s say I only want account names that start with ‘A’.

So the table would only have rows with account names start with A once it loaded
Is this possible?

Do you mean to apply a filter before the table is shown? If you set a condition on a model, you can easily have the condition applied upon page load, which the table would reflect only what the condition has set.