export DateSelector, fix issue about column.align and filter panel position of the last header cell.
[ui-lib].Grid
UI Mordern Gridview Library
1.0.7
- 调整: (event) onBodyScrolled(e: Event, index: number, count: number) - 列滚动时触发的事件,增加显示行起始索引与一屏呈现行数
- 新增:
currentItem: GridRowItem | null
- 获取当前选中的行对象
1.0.6
- 新增:
col.switch
- 列复选框样式改为ui-switch
1.0.5
1.0.4
- 调整:
Dropdown
组件支持虚模式 - 新增:
ui-switch
样式(iOS 切换组件) - 新增:
Dropdown
组件增加ignoreAll
参数
1.0.3
- 调整: showSortPanel(callback?: Function, layout?: boolean) 现支持输入搜索列,已添加的列不会重复显示在下拉数据源中,增加回调函数与 layout 更新复选框。
- 新增: onRowChanged(action: "update" | "add" | "remove", items: GridRowItem[], indexes: number | number[]) - 行发生变化时触发的事件
bugs
- 修复: 清空多列排序后列头箭头没有清除的异常。
1.0.2
1.0.1
- 新增: total: GridRowItem - 获取或设置合计行数据
- 新增: showSortPanel() - 显示多列排序设置面板
- 新增: setItem(index: number, item: GridRowItem) - 设置单行数据
- 新增: addItem(item: GridRowItem, index?: number): GridRowItem - 添加行数据
- 新增: addItems(array: GridRowItem[], index?: number) : GridRowItem[] - 批量添加行数据
- 新增: removeItem(index: number) : GridRowItem - 删除行数据
- 新增: removeItems(indexes?: number[]): GridRowItem[] - 批量删除行数据
Description
Languages
JavaScript
87.3%
SCSS
12.7%