Hi everyone, I have a detail table used in the edit page of my master table. The detail table is editable, and I want to reposition it below a specific field in the master table. Any suggestions?
Hi everyone, I have a detail table used in the edit page of my master table. The detail table is editable, and I want to reposition it below a specific field in the master table. Any suggestions?
To move html elements around, you can use browser Inspect feature to check the html element id/class and move it using jQuery
Hi @MichaelG, thanks for the response. It works. Cheers!