Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Expanding and collapsing a table

Participant ,
Feb 01, 2010 Feb 01, 2010

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?

751
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2010 Feb 01, 2010

javascript.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 01, 2010 Feb 01, 2010

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2010 Feb 01, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources