Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6075399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:29:24+00:00 2026-05-23T10:29:24+00:00

I have a report that has some headers on the top of the table(columns)

  • 0

I have a report that has some headers on the top of the table(columns) but also some headers on the left of the table (rows). Those headers are variable, never fixed. The whole entire table is built through DOM Scripting based on an Ajax response that returns me the top headers, the left headers, and the qty at a particular intersection.

I already have an algorithm that knows how populate the cells in that table based on the column header and the row header.

In Firefox, Chrome, and Safari the following works:

document.getElementById("myTable").rows[row].cells[column].firstChild.nodeValue = item.qty.toString();

The problem is in IE7 (what the client uses). IE 7 does not let me access a particular cell by using the [index] notation.Basically, its blowing up at “.cells[column]” . Do you guys know the equivalent of the statement above in IE7?

Also do you know of a jQuery way to fill a known cell once I have the row and the column coordinates?

Thanks,
-Dario

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:29:25+00:00Added an answer on May 23, 2026 at 10:29 am
    jQuery("#myTable tbody tr:eq(" + row + ") td:eq(" + column + ")").html("foo");
    
    • jQuery selector #id
    • jQuery selector element
    • jQuery selector eq()
    • jQuery html()
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an internal table itab which has some rows that one component of
I have a .rdlc report and it has matrix. that matrix has some money
I have a grid view that has two simple columns, a report number and
Have a matrix report now that has Position, Hours and Wages for a location
I have a report in InfoView that has in a footer showing the effective
I have a problem with CR (version that ships with VS2008). Report has two
I have an SSRS matrix report that has 4 column groups with the last
I need a report that has some data in it with calculation data among
I have a report embedded in an ASP.NET page. The ASP.NET page has some
I have a stored procedure, that generates some columns dynamically. I want to use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.