Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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!
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!
Hi Sagar,
have you downloaded the sample app?
this is the result it will open all the nested list by default. :
oh! I am using joget 7.
Might be the reason.
As you can see in first image all nested table is closed.
I want to default open.
APPTestNestedDatalist.jwa
Thank You!