View Single Post
08-19-22, 09:28 PM   #17
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
The code I posted on PasteBun should work for that. That was the bug mention.

As the update function loops through the row list it tests if the source table has an entry for the offset of the row. If it does than the row should be filled and :Show().

If not the row:Hide() should stop it displaying (anything).

That could be changed to just clearing out the row settings (and if these are clickable) disabling the row which would require a corresponding enabe to replace the Show().
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote