问题描述
我要隐藏或禁用浮动分页数据表中的标题吗?我将HeaderRowHeight添加到0.00和text(''),但未显示文本,但仍留有一些空间。请检查我。谢谢...
Widget scheduleTable(List<Schedule> tableData) {
return SingleChildScrollView(
child: PaginatedDataTable(
showCheckBoxColumn: true,header: Text(''),columns:tableTitle(),source: ScheduleDataTableSource(tableData)),);
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)