Fdde11

Results 2 comments of Fdde11

I don't know of any, but if you are having troubles with the scrolling of the table inside a HorizontalScrollViewl try adding this: `android:nestedScrollingEnabled="true"` to the SortableTableView in your xml

> Hi @PewPewKenshin, > > you can also implement a new `TableDataRowBackgroundProvider` that checks, if the data item is selected and returns the desired color. I think think that this...