attach method

void attach(
  1. XDataTable<T> dataTable
)

Implementation

void attach(XDataTable<T> dataTable) {
  this.dataTable = dataTable;
}