Smart HTML Elements v3.1.0

Released: May 14, 2019

v3.1.0 での更新項目

機能

  • Tree Grid - Tree Grid mode allows you to display hierarchical data in the Grid and make the component work like a hybrid between Tree and Grid.
  • Virtual Tree Grid - In Virtual Mode, new rows are loaded on demand when you expand a row. This process repeats until the "leaf" property of the row is set to true.
  • Virtual Tree Grid Pagination - With Pagination enabled, Root rows are loaded on demand when the current page is changed. Sub Rows are loaded when a treegrid row is expanded.
  • Grid Grouping - Grouping enables you to group the component by one or multiple columns. The grouping styling is customizable through CSS Variables.
  • Grid Context Menu