Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有至少 50 列的大型数据表。
第一列包含行数据的描述
即在第一列,行数据是行的标题,所以
我想保留第一栏
大数据表必须在每 10 列维护第一列值后拆分为子数据表
父布局的第一列必须保留在所有子数据表中
. 请提出最佳解决方案。谢谢。