@override Widget getView({Key? key}) { var view = TableView(this); return isReactive ? ReactiveView(this, view) : view; }