Dynamic table columns not working

Hi all,

I'm having some issues with the dynamic columns setting of the Table (new) component.

Unless I'm misunderstanding how to use it, the setting doesn't seem to be working as intended. I followed this helpful guide to no avail.

The values in the table simply don't update dynamically as I change the data source. Both fetchOrders.data and fetchCustomers.data contain data and are valid. searchTypeSelect.value is set to "sales_order", so the table should be displaying data from fetchOrders.data. The table similarly does not display data from fetchCustomers.data if searchTypeSelect.value is set to another value.

As you can see, dynamic column settings are also clearly enabled.

Am I missing something here? Please let me know if I have not provided enough information, and thanks in advance for any assistance. It is greatly appreciated!

-Jamie