Hi, I’m trying to show a table with users (first name, last name, sex, date of birth).
What I want is to apply a filter to only show male users at the initialisation of the table.
I found how to apply filter after the first render here. But in the example, the table is rendered, and then we hide some data. But I’ll have a lot of users. So what I need is to don’t render all of the female users to hide them 1 sec after.
Is it possible to apply filters at the first initialisation without render then hide them ?
Thanks,
Antoine Duval.