• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

html-table framework.

 
Ranch Hand
Posts: 250
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
can some one please help me out with html-table. Actually in my application i need to hide one column on the jsp page. I am using html_table framework for pagination. Is this possible with html-table as i don't want to change my configuration file.


thank you
 
Ranch Hand
Posts: 415
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

This framework is used best for pagination and getting good look and feel of the table with style sheets ...............but ur req of hiding i am not able to get what exactly u need .......

i had used this framework efficintlty in my project and its really good .............if u can tell me in detail i could help u in some way
 
sawan parihar
Ranch Hand
Posts: 250
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi sreenath,
In my application i am using single jsp for different search screens. Now Screen A displays column A B C D and screen B displays only A B C since i am using same jsp for both these screens, how should i hide the column D . One way that i can think is i can use different table id's . Is there any other way ..

thak you
 
sreenath reddy
Ranch Hand
Posts: 415
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi sahan
its always good that u use different jsps so maintainability is easy but if everything is saem except only one column differing .have two tables in the config file of html-table one iwth 4 and the other with 3 columns......and using some requset variable use if else to decide which table.

any query on this get back
 
sawan parihar
Ranch Hand
Posts: 250
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you sreenath. yess that is 1 solution. I thought may be there is some other way of doing the same. thank you again byee
 
It will give me the powers of the gods. Not bad for a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic