When my table data refreshes its binding, the data it contains changes, but that change is not reflected in the rowData being passed into a column view. The only way I can get the view to properly refresh the data is to first set the table data to empty before repopulating it with the new data, which is not desirable. How can I get the rowData being passed into the views to properly update?
What do you mean by this?
Are you rendering another view in the column of your table?
If yes, did you try fetching the value from rowData and binding it to component that you are using in the view that you are rending?
From my understanding, you are entering some data into an embedded view within the column and when you hit the refresh button, the data entered is not there.
Could it be that you have to update the dataset on entering data into the column?