1
0
-1

As you can see in first image all nested table is closed.



I want to default open.

APPTestNestedDatalist.jwa


Thank You!

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi there,

      Please see adjusted sample app : 

      APP_Online_Gaming-1-20240702025922.jwa

      You can achieve this by adding this code in the form builder

      <script>
          $(document).ready(function(){
              $('iframe#iframeLoanedItems').load(function(){
                  $('.nesteddl_trigger', $('iframe#iframeLoanedItems').contents()).trigger('click');
              })
          })
      </script>




      Thanks!

      1. sagar

        Hello Ahmad,

        Thanks for your support.

        I used provided script but it's not working.

        Still all nested row not opening by default.



        Thank You!

      2. Ahmad

        Hi Sagar, 

        have you downloaded the sample app?
        this is the result it will open all the nested list by default. :

      3. sagar

        oh! I am using joget 7.

        Might be the reason.


      CommentAdd your comment...