-
Hi! =]
How can I set ColumnComparator using Kotlin language?
tableScheduled.setColumnComparator(0,MyComparator())
The error is:
Error:(44, 36) Out-projected type 'SortableTableView!' prohibits…
-
How can I limit the number of rows? I have a dataset of about 1000 items and I am displaying it in SortableTableView. Dataset can be sorted by 3 fields so I need to have the full set but I want the us…
-
If I set background color of Header view to same as the screen background then it doesn't look like a table because you can't give border to header views.
There should be a way to give border to all…
-
Hi
i want to add SortableTableView inside ScrollView, when i do it the all rows inside table is disappear ?
-
I have full question here: https://stackoverflow.com/questions/47613816/how-to-setvisibility-of-custom-layout-for-only-one-row-in-sortabletableview-andr
Can you help me please mister?
ghost updated
6 years ago
-
I've the following layout with wide table (using `TableColumnDpWidthModel`):
```xml
```
And it doesn't work as expected:
1. There is no scrolling inertia (scrolling stops immediately …
Pitel updated
6 years ago
-
Hi,
There is an issue with the library when I want to use header. If I don't put any view above the SortableTableView, the header never appears. Some examples with your sample :
- Remove the toolbar…
-
Hi,
thanks for this great lib!
Is there a way to have NULL values sorted last regardless of the `SortingOrder`?
-
How to select a row? I need load a list and set a item as default.
-
For example, in a layout like this:
```
```
The SortablePlayerTableView takes data that is read from Firebase Realtime Database (i.e. it's asynchronous). I've got this work…