Repeatedly Clicking Pagination Buttons Causes Table Width to Increase

Repeatedly Clicking Pagination Buttons Causes Table Width to Increase

steve_senseisteve_sensei Posts: 1Questions: 0Answers: 0
edited June 2011 in General
I'm using the example at http://datatables.net/release-datatables/examples/basic_init/scroll_y_theme.html to display 1,913 records from a SQL Server database using classic ASP. My problem is that if I alternately click between the first and last pagination buttons, the table width grows larger and larger until it eventually extends past both ends of the screen, even though the data in the cells does not completely fill the cells horizontally. I'm new to DataTables so am at a loss to explain why this is happening

Replies

  • bclelbclel Posts: 1Questions: 0Answers: 0
    I had the exact same issue, you might have another object inside your html with style='float:left' that is causing this behaviour
This discussion has been closed.