コミュニティアチーブメントバーを展開する。

Thomas_McConnac
Thomas_McConnac
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • Hidden only removes them from the layout, it doesn't mean they no longer exist.You could count all of the body rows and then use an if statement to check if that row's presence is set to visible, then if it is set the table to visible.pseudo code:---------table.presence = "hidden"for (var i = 0; i <...

    タイプ

    ディスカッション

    表示

    4.2K

    いいね!

    0

    返信

    0
  • Not so easy to do.The above script relies on all of the checked fields being the same name, but with a different number in the array (e.g. entry[0], entry[1], entry[2]).If your fields have different names you need to test each field individually (call each by their own name).You can use the "==" exp...

    タイプ

    ディスカッション

    表示

    8.8K

    いいね!

    0

    返信

    0