Show hide table element not working

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.

but it is not showing the cell field for phone number. Here is my code for that table

‘’

Am i missing something here on why its not displaying?

Your tables code is missing in this post please see below for how to format code in posts

<td dmx-text="phone_number" class="client-manager-content" dmx-show="(query.filter == 'phone_number')"></td>

sorry about that.

i was able to figure it out.

1 Like