Ingo Schwarz

Results 59 comments of Ingo Schwarz

Hi @ulaslaslas, please update to the version 2.4.0 of this library and use the `TableColumnWidthModel`. This `TableColumnModel` implementation allows to define absolute widths for each column. Usage is simple as...

I'm currently working on a soltion. A version 2.4.1 will be released today or latest tomorrow :)

Hi @ulaslaslas, please update to the version 2.4.1 of this library and use the `TableColumnDpWidthModel`. This `TableColumnModel` implementation allows to define absolute widths for each column in density-independent pixels. Usage...

Thank you very much :)

Yes, internally the `TableView` is handling all widths in pixels. The different `TableColumnModel` as an abstraction, that is holding the defined column widths in different presentations e.g. px and dp....

Hi again :) execuse me, but I have to ask this question: Are you sure you are using the TableColumn**Dp**WidthModel and not the TableColumn**Px**WidthModel? (I have to ask this before...

No, unfortunately the `TaeDataRowBackgroundProvider` will always set the same background for the complete row. The only thing you could do is setting the background color to your cell views inside...

Hi @aldocano, for the width it is the default behavior to be not scrollable. If you want to have the height fixed, you can use either a fixed height value...

Regarding your question about showing the sent json data inside the table: Of cause it is possible to show it in the table. You can also add some custom styling...

Hi @torexko, it was not intended to use the OnTouchListener at all. What are you trying to achieve? Why do you need to listen for OnTouchEvents? Best regards, Ingo