Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Dynamically Move column position in a table
Mufti Muntasir Ahmed Roman
<p>Dear all,</p><p>Please give me any suggestion about moving column position in a table using javascript file.</p><p>Briefly:</p><p>table = c1,c2,c3,c4</p><p> </p><p>i want to move c4 column before c1</p><p>Please give me idea</p><p>Thanks in advance</p>
Find more posts tagged with
Comments
johnw
<p><a data-ipb='nomediaparse' href='
http://digiassn.blogspot.com/2007/11/birt-dynamic-adding-tables-and-columns.html'>http://digiassn.blogspot.com/2007/11/birt-dynamic-adding-tables-and-columns.html</a></p><p> </p><p>You
will need to add a new column with the data element and label, and delete the old one. Example above.</p>