I have setup a couple of dropdowns in a power table. The data is fed through an SQL query.
The first time I ran the query after writing the code for the dropdowns, everything was as it should have been. All of the dropdown options were visible.
However, the nature of the app required that users be able to edit these dropdown lists. The dropdown lists are derived from datasets, which users edit in a popup window.
When an item is added or deleted from one of these datasets, the drop down in the power table does not update for a long time. The table does eventually update, but I need it to happen immediately.
Is there perhaps a different approach to this problem?
Is there a way I can force the configureCell method to run?