Conditional data table component

Hello you can do the following

{{ variable1.value === 'show query 1' ? query1.data : query2.data }}

image

1 Like