Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by arkady

  1. A

    JavaScript how to get columns width for html table based on subfile

    No, the table comes from an application as html table and headers are a containers created in addition. So far they do not corelate programmatically. So I have elemnt1, element2, element3 as headers1,2,3 and t1 table
  2. A

    JavaScript how to get columns width for html table based on subfile

    I do not have a code yet, need an idea for direction. Like how to get the width of the element in html column?
  3. A

    JavaScript how to get columns width for html table based on subfile

    I cannot control or modify data in table, but I can modify attributes of individual headers 1,2,3
  4. A

    JavaScript how to get columns width for html table based on subfile

    I have an application based on subfile from AS400. It has several columns with dynamic data width. I need help on how to get the current width of every column and assign it to individual header containers, so headers and columns will be in sync. here is a sample: header1 header2 header3 r1c1...
Back
Top Bottom