Copy link to clipboard
Copied
I have several large tables that vary in size based on query results and I'd like to add the ability to expand or collapse that table like opening/closing a folder in windows.
I am using cf8 and researched cflayout but I didn't get the result I wanted.
Any suggestions?
Copy link to clipboard
Copied
javascript.
Copy link to clipboard
Copied
Oh Danny Boy.
Ok perhaps I need to be more precise.
I am looking for a coldfusion solution. I know it can't be too difficult as I see it all over the web. You know... the little plus sign button that when clicked, expands a certain region of data.
That's what I want to do. If there is a solution in Coldfusion that would be excellent.
Copy link to clipboard
Copied
If you want a cf solution, put your symbols inside an anchor tag with the appropriate url variable. Javascript enables you to do it all on the client machine.