data_table_2 与 flutter 官方 DataTable 的区别 https://blog.csdn.net/ken2232/article/details/143181634
flutter 数据表增强库 `data_table_2` 错误问题 记录 (****) https://blog.csdn.net/ken2232/article/details/143180018
data_table_2 与 flutter 官方 DataTable 的区别
其他类的区别,查看方法,可以参考如下:
DataRow2 class
https://pub.dev/documentation/data_table_2/latest/data_table_2/DataRow2-class.html
Extension of standard DataRow, adds row level tap events. Also there're onSecondaryTap and onSecondaryTapDown which are not available in DataCells and which can be useful in Desktop settings when a reaction to the right click is required.
DataColumn2 class
https://pub.dev/documentation/data_table_2/latest/data_table_2/DataColumn2-class.html
Extension of stock DataColumn, adds the capability to set relative column size via size property