|
@@ -46,7 +46,7 @@ class RecordDataTable extends GetView<ConsultationRecordViewController> {
|
|
|
controller.onTableRowTap(index);
|
|
|
},
|
|
|
selecteds: _selecteds,
|
|
|
- showSelect: kDebugMode,
|
|
|
+ showSelect: false,
|
|
|
onAllRowsSelected: (value, idxs) => {},
|
|
|
scrollController: tabelScrollController,
|
|
|
),
|