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 6088137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:57:02+00:00 2026-05-23T11:57:02+00:00

I am creating a table dynamically, and including some preformatted text from an xml

  • 0

I am creating a table dynamically, and including some preformatted text from an xml file into it, but my table stretches to fit the whole content, instead i want to have table size fixed, a horizontal scroll can also work, please provide some solution.

Here is my code

$('#detailTable').empty();
$('<div width="100%">')
.attr('id','dblistSpan')
.html('<div class="titleBlue">Configuration&gt;System&gt;DBList</div>'+
        '<table id="grid" style="border:#2F5882 1px solid;width:100%;overflow:hidden;"  cellspacing="1" cellpadding="1">'+
            '<tr style="color :#FFFFFF;background-color: #8EA4BB">'+
                '<th><b>DBlist'+
                '</b></th>'+
            '<tr>'+
            '<tr style="color :#2F5882;background-color: #EDF1F5;width:100%;overflow:hidden;">'+
                '<td style="width:100%;overflow:hidden;"><pre>'+dblist+
                '</pre></td>'+
            '<tr>'+
        '</table>'+                 
    '</div>')       
.appendTo('#detailTable');
  • 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-23T11:57:03+00:00Added an answer on May 23, 2026 at 11:57 am

    To give the contents fixed width, you’ll have to assign fixed width to the <pre> tag itself:

    <pre style="width: 500px; overflow:scroll;">'+dblist+....
    

    To make it relative to screen resolution, first calculate the desired width e.g. 1/5 of the screen width:

    var listWidth = parseInt(screen.width / 5, 10);
    

    Then use this in the code:

    <pre style="width:' + listWidth + 'px; overflow:scroll;">'+dblist+....
    

    Live test case: http://jsfiddle.net/C2GGf/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a large table dynamically using Javascript. I have realised the time
I am dynamically creating a table which I want to have clickable rows. When
When I am creating a new database table, what factors should I take into
I'm attempting at creating a menu from a table using the Suckerfish css menu
I'm creating a bunch of migrations, some of which are standard create table or
I'm creating a table that looks something like this. CREATE TABLE packages ( productCode
It is my understanding that the default behavior when creating a table in SQL
If you're creating a temporary table within a stored procedure and want to add
I have a temp table I am creating a query off of in the
Does anyone have any suggestions for creating meta tables in a database? These tables

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.