You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change for (int i = 0; i < getItems().length; i++) to for (int i = 0; i < getColumnCount() - 1; i++)
Thanks
The text was updated successfully, but these errors were encountered:
In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change
for (int i = 0; i < getItems().length; i++)
tofor (int i = 0; i < getColumnCount() - 1; i++)
Thanks
The text was updated successfully, but these errors were encountered: