Custom template - How to put part of master table below detail table?


Hi,
I want to try custom template in master table,
some fields are placed under detail table like the picture I attached, is it possible?
in which event can I try it?
thanks

In your Custom Template, you can generate the fields to be moved in a

tag, then add JavaScript to move the div to the lower part on page load. For example, you can use jQuery’s $(handler) and .insertAfter().


very helpful
thank you