Hi,
I tried to access Datatable outside gui tag, but failed. Could some tell me why?
thanks.
the code like this:
<gui:dataTable id="myDataTable" .../>
<script>
var data = GRAILSUI.myDataTable;
alert("hi, " + data);
</script>
it ends with "hi, undefined"