AdaptiveTableLayout icon indicating copy to clipboard operation
AdaptiveTableLayout copied to clipboard

Refactoring

Open ugar0ff opened this issue 6 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++)

Thanks

ugar0ff avatar Oct 03 '19 10:10 ugar0ff