XGridDataSource<T extends XFDataItem> constructor
Implementation
XGridDataSource(List<T> items, XView this.view) {
list.addAll(items);
dataGridRows = list.map<XDataGridRow>((e) => getDataGridRow(e)).toList();
}