ZingGrid 2.1.0

Released: Mar 10, 2025

Updates in 2.1.0

Features

  • Added <zg-param name="selectorKey">: In the case of server side paging and type-selector-page-persist, this will indicate the field to act as an ID to persist the selection if an ID is not already set on the dataset.
  • Added support for server side paging and type-selector-page-persist to work together.
  • Modified <zing-grid> API Method setData() to accept an optional parameter indicated if the grid should try to maintain the current sort after changing the data.

Fixes

  • Fixed a failure bug with searchGrid <zing-grid> API Method.
  • Removed current sorting after calling setData API Method.
  • Fixed bug when hiding all non-frozen columns when frozen-columns are enabled.