Gaëtan Muller

Results 113 comments of Gaëtan Muller

Hi @704480904. Can you close this issue if it is fixed in v0.8.9?

The `T` parameter on the `Pagination` class has been removed in https://github.com/evrencoskun/TableView/commit/01ff663a6bedde0f76795f28bfec27774381a290#diff-0a6c8317f96a580b02498bc0ed6f2c1f, and will be part of the next release. I was able to reproduce your issue from the `v0.8.8`...

Hi @Xirate. The new version (v0.8.9) was release in January. Did you have a chance to try it to see if it fixes your issue?

What issue are you having when using Kotlin?

Did you try to call one of the following methods (depending on your needs) to update the table: - `setColumnHeaderItems` - `setRowHeaderItems` - `setCellItems` - `setAllItems` https://github.com/evrencoskun/TableView/blob/c33f96fa09f3e355e4bdcaafec468db46e6b9523/tableview/src/main/java/com/evrencoskun/tableview/adapter/AbstractTableAdapter.java#L77-L142

Good catch! I've submitted #376 to fix this issue.

There's a PR for that in #50

Can you provide the full stacktrace? Which version of the library are you using?

Hi @blackberry2016. Do you still have an issue with v0.8.9?

Probably a duplicate of #182