MindFusion.JavaScript Pack 新版本發表
Released: Aug 14, 2020
2020.R1 中的更新
特性
Grid
- JsDataViews - a grid control that binds to an array of objects and displays the data in tabular format.
- Some of the main features of the grid control are:
- Row virtualization - Only the rows, that are visible within the current viewport are rendered, which allows large sets of records to be displayed faster.
- Inplace editing of grid cells - Data-type dependent inplace editors allow inline editing of grid cells data. Custom editors from the MindFusion.Common.UI library can also be used as...