Releases: mvccore/ext-controller-datagrid-ag
Releases · mvccore/ext-controller-datagrid-ag
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.11
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.10
New
- Refactoring in helpers - recognizing variables types,
- new datagrid public function
agGrid.Refresh()to refresh data from script.
Fixed
- Client cache refactoring to fix broken rows after client row updating.
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.9
Fixed
- AgGrid generic types.
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.8
Updated
- Ajax.min.JS v1.0.16,
- All PHP Docs types with
NULLchanged into?syntax.
Fixed
- TypeScript types updated.
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.7
Fixed
- TypeScript types updated.
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.6
New
- Automatic row id computation by server configuration.
- Method
agGrid.UpdateRows(rowData: any[]): thisto update rows in both datasource types.
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.5
New
- New parsing for filtering and sorting.
Fixed
- Commented back
X-Requested-Withheader in column change request.
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.4
Fixed
- JS filtering menu reseting with empty filters,
- JS custom view helper escaping when value is not a string,
- More CSS specific selectors to style bottom controls.
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.3
Added
- Possible to render grid cell content with view helper with excaped plain string rendering or with HTML rendering with escaping.
- Created client server config and client initial data collections as local grid properties to extend them.
Fixed
- v5.3.3
MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.2
Changed
- Interface refactoring.
Updated
- Updated JS code,
- CSS code refactoring for multiple themes,
- Traits renaming with
Tat the beginning.
Fixed
- PHP <= 8.0 compatible in template,
- PHP 8.4 compatible in locale config,
- Columns parsing initialization.
Added
- CSS class for bottom butons.