FieldsDataTablesAPI constructor

FieldsDataTablesAPI({
  1. @required String? label,
  2. String? id,
  3. String? name,
  4. bool? search = true,
  5. bool? order = true,
  6. Widget child(
    1. dynamic data
    )?,
})

Implementation

FieldsDataTablesAPI({ @required this.label, this.id, this.name, this.search = true, this.order = true, this.child });