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.
フッターに DataTable 行の数を表示する簡単な方法はありますか? summColumn 関数を使用してフッターにカウンターがあるデモを見つけましたが、行をカウントする関数が見つかりません。
あなたも試すことができます:
webix.ui.datafilter.countColumn = webix.extend({ refresh: function (master, node, value) { node.firstChild.innerHTML = master.count(); } }, webix.ui.datafilter.summColumn);