TableView icon indicating copy to clipboard operation
TableView copied to clipboard

setColumnWidth function is buggy when implemented in dialog fragment

Open eldon922 opened this issue 3 years ago • 0 comments

Describe the bug the width of the header is correct, but the cell width is wrong. it's only half of the width and we can scroll the cell.

To Reproduce Steps to reproduce the behavior:

  1. implement tableview in dialog fragment
  2. use setColumnWidth to set the column width to each column differently

Expected behavior the cell width same as the header width

Screenshots

https://user-images.githubusercontent.com/19554521/163337101-337957d3-a1a2-486e-a327-23eceaca0b55.mp4

Tools:

  • TableView version: v0.8.9.4
  • Android version: 11

eldon922 avatar Apr 14 '22 07:04 eldon922