Get list of selected rows
List<Map<String, dynamic>> get selectedRows { return _state.selectedRowsData.values.toList(); }