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.
行数を取得するために必要なテーブルがあります。私はこれを試しています
this.app.table("#1").length
しかし、それは0または1を返します。私はjavascriptにあまり精通していません
this.app.table("#1").get("x", "size");
それはmonkeytalk-forumの誰かが言ったことであり、それは機能しています! :)
試す
this.app.table("#1")[0].rows.length