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.
我是使用 Sigma Grid 的新手。如何计算 Sigma Grid 中的行数?我只想要出现在我的屏幕上的行数。
感谢提前。
sigma 网格中的所有数据:
var allSelectedRecords = myGrid.dataset.data;
这将给出 sigma 网格中存在的行数:
allSelectedRecords.length;