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.14k stars 457 forks source link

The column width follows the adapter that was first opened #410

Open ilhamhadisyah opened 11 months ago

ilhamhadisyah commented 11 months ago

still having this issue after added cellContainerView.layoutParams.width = xxx cellCcontainerView.requestLayout().

and

headerContainerView.layoutParams.width = xxx headerCcontainerView.requestLayout().

all of these located on onBindCellViewHolderand onBindColumnHeaderViewHolder

Reference original code example : CellViewHolder.java

issue :

condition :