attach method

void attach(
  1. XDataTable<T> table
)

Implementation

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