AdeptDataTableMdl class
Model representing one table instance in AdeptDataTable.
Constructors
- 
          AdeptDataTableMdl({String? parentHeaderName, required List<String> columnNames, required List<AdeptDataRow> dataRows})
- Constructor allows you to define styling and value properties.
Properties
- 
  columnNames
  ↔ List<String> 
- 
  list of column names.
  getter/setter pair
- 
  dataRows
  ↔ List<AdeptDataRow> 
- 
  List of AdeptDataRow rows in the table.
  getter/setter pair
- 
  dataRowsView
  ↔ List<DataRow> 
- 
  list type of AdeptDataRow is type cast list type of DataRow.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- parentHeaderName ↔ String?
- 
  optional parentHeaderName displayed above the table.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited