Hi All, how can we add two sublist side by side on...
# suitescript
s
Hi All, how can we add two sublist side by side on suielet form. Please help
b
There isnt a simple suitescript way of doing this
Closest is one above the other
Further is in different subtabs
A little on the absurd is to have 2 forms and use iframes to display both
You may be able to brute force them side by side using dom manipulations, but you might as well build your own html page at that point
e
I worked on something like this using an HTML page, datatables, and yes one iframe inside a suitelet form. Check it out at http://ebarro.com/blog.html#topic5
s
Thanks @battk @Eric B