DataTableSelectAction? ofList(List<T> items) { return enable ? _ItemSelector(this, items).call : null; }