XElGrid<T, K extends XFDataItem> constructor

XElGrid<T, K extends XFDataItem>(
  1. String title,
  2. XView view, {
  3. Key? key,
  4. Widget? xDrawerMenu,
  5. List<Widget>? yourActions,
  6. Widget? titleWidget,
  7. Widget? subTitleWidget,
  8. String? subTitle,
  9. bool allowDelRow = true,
  10. bool allowEdit = false,
  11. bool allowSwipingRow = true,
  12. bool allowSort = true,
  13. bool allowTriStateSort = true,
  14. bool allowMultiSort = true,
  15. bool allowColumnsResizing = true,
  16. String youtText_DelAlert(
    1. K
    )?,
  17. dynamic funct_DelAlert(
    1. K
    )?,
  18. 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);