ugar0ff opened this issue 5 years ago · 0 comments
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++)
for (int i = 0; i < getItems().length; i++)
for (int i = 0; i < getColumnCount() - 1; i++)
Thanks