evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.13k stars 453 forks source link

add(Cell) causing mis alignment align #411

Open gaochuntie opened 8 months ago

gaochuntie commented 8 months ago

Describe the bug If I add all cells via add(Cell) ,the final cells are all mis alignment,but if I switch to another page and switch back,all cells seem to be aligned

To Reproduce Steps to reproduce the behavior:

  1. add all cells via add(Cell)

Expected behavior All cells are alignment vertically to the row head cells

Screenshots Screenshot_20231012-111831_Agisk Client Screenshot_20231012-111805_Agisk Client

Stacktrace If applicable, add the stacktrace you encountered.

Tools:

Additional context Add any other context about the problem here.