Infragistics Ignite UI for React(英語版)

優れたパフォーマンスのデータグリッドと大量のデータを表せるグラフ

Infragistics 社の製品
1996 年より日本国内にてComponentSourceで販売中。

価格:¥ 155,430 (税込)〜 バージョン: 18.6.0 新機能 更新日: Mar 29, 2024

i

Please note that new licenses for Infragistics Ignite UI for React are now only available as part of Infragistics Ignite UI. Existing Infragistics Ignite UI for React customers can continue to renew their current subscription.

Infragistics Ignite UI for React 20.1

Released: Jun 2, 2020

20.1 での更新項目

機能

  • Dock Manager - Provides a way to manage a complex layout using different types of panes with various sizes, positions, and behaviors, and that can be docked to various locations within an app. The dock manager allows your end-users to customize it further by pinning, resizing, moving, floating, and hiding panes.
  • Data Grid
    • Toolbar - A brand-new grid toolbar component which is essentially a container for UI operations. The toolbar is located at the top of the Grid and it matches its horizontal size. The toolbar container hosts different UI controls which are related to some of the Grid's features - column hiding, column pinning, and filtering just to name a few.
    • Column Chooser - A brand-new column chooser component has been added which allows end-users to perform column hiding/showing directly through the UI. This new column chooser can be used through the grid's toolbar to change the visible state of the columns. In addition, developers can always define the column hiding UI as a separate component and place it anywhere they want on the page.
    • Column Options Dialog - This dialog will give your end-users the ability to group, hide, pin, move, and sort a column, as well as apply filtering with a single click of a button. The new Options Dialog can be access by clicking on the 3-dots in the column header.
    • Column Pinning - With this latest release, end-users can now pin a column, or multiple columns, to the left or right side of the data grid. End-users can also lock columns in a specific order. The grid has a built-in column pinning UI, which can be used through the grid's toolbar, or the new grid options dialog, to change the pin state of the columns. In addition, you can define a custom UI and change the pin state of the columns using the data grid’s column pinning API.
    • Column Summaries - The grid now ships with a summaries feature that functions on a per-column level as a group footer. Summaries are a powerful feature which enables the end-user to aggregate data in a very simplistic way using a predefined set of default summary items, depending on the type of data within the column. The built-in summaries include:
      • Count
      • Min
      • Max
      • Average
      • Sum
      • Custom