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
When I add extra columns to the table, I saw that in the relevant json generated on deploy the 'name' property of new columns is missing.
This causes problems side: the new columns are uncontrollable.
(file: library/Bvb/Grid.php, function _buildTitles(), rows: 1914, 2019)
Then I saw the columns are always sortable because the property 'sortable' is missing too.
(file: library/Bvb/Grid/Deploy/JqGrid.php, function jqgGetColumnModel(), row: 955)
I corrected these issues but I don't know how to write and post the patch.
How can I do?
The text was updated successfully, but these errors were encountered:
When I add extra columns to the table, I saw that in the relevant json generated on deploy the 'name' property of new columns is missing.
This causes problems side: the new columns are uncontrollable.
(file: library/Bvb/Grid.php, function _buildTitles(), rows: 1914, 2019)
Then I saw the columns are always sortable because the property 'sortable' is missing too.
(file: library/Bvb/Grid/Deploy/JqGrid.php, function jqgGetColumnModel(), row: 955)
I corrected these issues but I don't know how to write and post the patch.
How can I do?
The text was updated successfully, but these errors were encountered: