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 で行をカウントするにはどうすればよいですか? 画面に表示される行数が欲しいだけです。
事前に感謝します。
シグマグリッドに存在するすべてのデータ:
var allSelectedRecords = myGrid.dataset.data;
これにより、シグマ グリッドに存在する行数が得られます。
allSelectedRecords.length;