You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I need some feature, but I didn't find any solution for this. Is possible to adjust column width to the longest cell in page? Now I can calculate longest cell from all table, but I need feature that after skip to next page the column will adjust its width again.
For example:
on first page with 10 rows, the longest one has 129px => so I want the column width equals 129px
after skip to second page (with ten other 10 rows), the longest one has 166px => so column also should has width == 166px
after skip to third page (with another 10 rows), the longest one has 101px => so column also should has width == 101px.
Is there any way to do this?
If not, is it possible to implement something like this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I need some feature, but I didn't find any solution for this. Is possible to adjust column width to the longest cell in page? Now I can calculate longest cell from all table, but I need feature that after skip to next page the column will adjust its width again.
For example:
Is there any way to do this?
If not, is it possible to implement something like this?
Beta Was this translation helpful? Give feedback.
All reactions