flutter datatable 双向滚动

只需添加两个 SingleChildScrollView:

child: SingleChildScrollView(
  scrollDirection: Axis.vertical,
    child: SingleChildScrollView(
      scrollDirection: Axis.horizontal,
      child: DataTable()
posted @   CrossPython  阅读(98)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示