• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

dynamic adding of rows to table and alternative highlighting

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello, i have this table in html and i continuously (dynamically) add rows to it using javascript which is working well. then i alternatively highlight the rows which is already handled by my css. my problem is that the length of the rows are not equal i.e., some rows have more data cells than the others. now i want to highlight the entire row such that the highlight reaches the last data cell of the longest row and also make this highlight reach the same length with the ther shorter rows without having to add data cells. is that possible? thank you. i have attached an image here which shows my problem. thanks!
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You setting column span attribute?

Eric
reply
    Bookmark Topic Watch Topic
  • New Topic