我使用 django 和 django-tables2,我有一个问题:
如何动态呈现列数?每列代表一年。
我多年来汇总了一些数字,但我现在不知道有多少年与这个子集相关。
有时有两年,所以我想得到一个有 3 列的表:Data, 2011, 2012。但有时有四年,所以我想有一个有五列的表:Data, 2009, 2010, 2011, 2012。我想说列数取决于数据,我无法预定义列。
我只寻找将数据显示为表格的可能性。数据库
表就像
The pk of the row (to identify which student)
The year for which this is the average
The value, in this example the average