Infragistics Ignite UI for React 18.4.0

Released: Dec 14, 2023

Updates in 18.4.0

Features

React Grid

  • State Persistence
    • Added new State Persistence feature in React Grid which allows developers to easily save and restore the grid state. When the IgrGridState is applied on the React IgrGrid, it exposes the GetState, GetStateAsString, ApplyState and ApplyStateFromString methods that developers can use to achieve state persistence in any scenario. IgrGridState directive supports saving and restoring the state of the following features:
      • Sorting.
      • Filtering.
      • Advanced Filtering.
      • Paging.
      • CellSelection.
      • RowSelection.
      • ColumnSelection.
      • RowPinning.
      • Expansion.
      • GroupBy.
      • Columns:
        • Multi column headers.
        • Columns order.
        • Column properties defined by the IColumnState interface.
  • Toolbar - Beta
    • A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
    • Vertical orientation has been added via the toolbar's orientation property. By default the toolbar is horizontal, now the toolbar can be shown in vertical orientation where the tools will popup to the left/right respectfully.
    • Custom SVG icons support has been added via the toolbar's renderImageFromText method, further enhancing custom tool creation.