Skip to content

Releases: mvccore/ext-controller-datagrid-ag

MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.11

01 Apr 14:14

Choose a tag to compare

Fixed

  • PHP 8.5 compatibility - Deprecated method ReflectionProperty::setAccessible(),
  • calling to load view helper when no view helper defined.

MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.10

02 Sep 21:01

Choose a tag to compare

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

01 Sep 17:03

Choose a tag to compare

MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.8

01 Sep 16:44

Choose a tag to compare

Updated

  • Ajax.min.JS v1.0.16,
  • All PHP Docs types with NULL changed into ? syntax.

Fixed

  • TypeScript types updated.

MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.7

20 Aug 09:04

Choose a tag to compare

MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.6

18 Aug 21:16

Choose a tag to compare

New

  • Automatic row id computation by server configuration.
  • Method agGrid.UpdateRows(rowData: any[]): this to update rows in both datasource types.

MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.5

06 Aug 14:17

Choose a tag to compare

New

  • New parsing for filtering and sorting.

Fixed

  • Commented back X-Requested-With header in column change request.

MvcCore - Extension - Controller - DataGrid - AgGrid - v5.3.4

10 Jul 15:15

Choose a tag to compare

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

01 Jul 16:12

Choose a tag to compare

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

26 Jun 16:10

Choose a tag to compare

Changed

  • Interface refactoring.

Updated

  • Updated JS code,
  • CSS code refactoring for multiple themes,
  • Traits renaming with T at 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.