I have a table element for ‘Phone Number’ that i only want shown if a filter is requested.
I have the page setup with a radio button for Phone number. Once you click on this phone number radio button, it triggers a server reload to get the recordset. It also sets the Query parameter for filter to “phone_number”
My table includes some basic information, but i only want the phone number cell shown if that filter is equal to phone number.
It is processing the request correctly on the server and filter side - see screenshot below where you can see the filter elements are set.