revogrid icon indicating copy to clipboard operation
revogrid copied to clipboard

The last columns were broken

Open van-huyen opened this issue 4 years ago • 6 comments

Hi Revolist team, Some time the last columns were broken because "horizontal scroll" or "row-header auto grow up" or "grid's width" like this: image

Temporarily, I tried adding the column size to fix it.

van-huyen avatar Mar 22 '22 00:03 van-huyen

thanks, need to check it any specific steps?

m2a2x avatar Mar 25 '22 15:03 m2a2x

when some last columns size is small (40px) image

van-huyen avatar Mar 27 '22 23:03 van-huyen

the next column has disappeared image

van-huyen avatar Mar 27 '22 23:03 van-huyen

Got it, thanks @van-huyen

m2a2x avatar Mar 29 '22 12:03 m2a2x

I'm getting this same issue.

Screenshot 2022-12-07 at 16 10 45

What file/part of the code is dedicated on calculating available space? To check what's going on.

c4b4d4 avatar Dec 07 '22 21:12 c4b4d4

Sometimes the content in the header and the cells of the last column is not displayed. I tested this in v3.4.1 as well as 4.3.0-next.14. with Chrome 110 under macOs Monterey.

  • Using the same table structure and just other column names (by changing language) can toggle the effect.
  • Editing is possible, however: the edited values only show up while editing.

When the error occurs, most of the times it helps to change browser zoom. (Ctrl-- followed by Ctrl-0). I set the column size depending on the length of the column name.

My workaround for v3.4.1 is to ensure, that the size not less than 100.

sven42 avatar Feb 27 '23 10:02 sven42