XElGrid<T, K extends XFDataItem> constructor
XElGrid<T, K extends XFDataItem> (
- String title,
- XView view, {
- Key? key,
- Widget? xDrawerMenu,
- List<
Widget> ? yourActions, - Widget? titleWidget,
- Widget? subTitleWidget,
- String? subTitle,
- bool allowDelRow = true,
- bool allowEdit = false,
- bool allowSwipingRow = true,
- bool allowSort = true,
- bool allowTriStateSort = true,
- bool allowMultiSort = true,
- bool allowColumnsResizing = true,
- String youtText_DelAlert(
- K
- dynamic funct_DelAlert(
- K
- List<
Widget> ? endSwipeActionsBuilder,
Implementation
XElGrid(this.title, this.view, {Key? key, this.xDrawerMenu, this.yourActions, this.titleWidget, this.subTitleWidget, this.subTitle, this.allowDelRow = true, this.allowEdit = false, this.allowSwipingRow = true, this.allowSort = true, this.allowTriStateSort = true, this.allowMultiSort = true, this.allowColumnsResizing = true, this.youtText_DelAlert, this.funct_DelAlert, this.endSwipeActionsBuilder}) : super(key: key);