function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
subba reddy 4subba reddy 4 

drag columns form one pageblock table and drop them in different pageblock table

Hi,
If any one had done this in the past please share the snippet of code.
I want to drog columns from accounts pageblock table and drop them in another account account pageblock table.

Thanks,
Subbu
Andy BoettcherAndy Boettcher
I don't have a snip, but you could do this just using jQueryUI's draggable/droppable functionality.  Read up on it here:  https://jqueryui.com/draggable/