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
The bug happens consistently across all tested browsers
This bug happens when using yii2-grid without other plugins.
Additional
Problem is in resizable plugin itself. It needs table to be visible to calculate columns widths and init correctly. Need to defer initialization until table become visible
The text was updated successfully, but these errors were encountered:
spo0okie
added a commit
to spo0okie/yii2-grid
that referenced
this issue
Jul 7, 2023
Prerequisites
master
branch of yii2-grid.Steps to reproduce the issue
Expected behavior and actual behavior
columns must resize as it always do but they stay still
Environment
Browsers
Operating System
Libraries
Isolating the problem
Additional
Problem is in resizable plugin itself. It needs table to be visible to calculate columns widths and init correctly. Need to defer initialization until table become visible
The text was updated successfully, but these errors were encountered: