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
[ x] This bug happens when using yii2-grid without other plugins.
kv-grid-export.js:116 Uncaught TypeError: Cannot read property 'slugColHeads' of undefined
at HTMLTableCellElement. (kv-grid-export.js:116)
at Function.each (jquery.js:367)
at jQuery.fn.init.each (jquery.js:202)
at GridExport.getArray (kv-grid-export.js:114)
at GridExport.exportJSON (kv-grid-export.js:359)
at kv-grid-export.js:150
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Prerequisites
master
branch of yii2-grid.Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, I see...
I was expecting...
Environment
Browsers
Operating System
Libraries
Isolating the problem
kv-grid-export.js:116 Uncaught TypeError: Cannot read property 'slugColHeads' of undefined
at HTMLTableCellElement. (kv-grid-export.js:116)
at Function.each (jquery.js:367)
at jQuery.fn.init.each (jquery.js:202)
at GridExport.getArray (kv-grid-export.js:114)
at GridExport.exportJSON (kv-grid-export.js:359)
at kv-grid-export.js:150
The text was updated successfully, but these errors were encountered: