flutter datatable 双向滚动

只需添加两个 SingleChildScrollView:

child: SingleChildScrollView(
  scrollDirection: Axis.vertical,
    child: SingleChildScrollView(
      scrollDirection: Axis.horizontal,
      child: DataTable()
posted @ 2023-12-12 16:53  CrossPython  阅读(55)  评论(0编辑  收藏  举报