Is it possible to have a responsive grid (that reacts to browser resizing, with forcefit, autoresize, autowidth) and some frozen columns? I can't make it work. (I do have the "frozen" = true settings on the said columns)
Thanks in advance
2 Answers
Here is working demo code.
https://gist.github.com/gridphp/9fa610ee27e989880d98a373539848f6
You can copy-paste this code in demos/appearance/frozen-column.php and try open grid in maximize mode and then resize browser.
Your Answer