[Resolved] Table Position on the Page

[Resolved] Table Position on the Page

david63david63 Posts: 7Questions: 0Answers: 0
edited September 2012 in DataTables 1.9
Hi - I am new to DataTables and I am still trying to find my way around (just wish I had found it months ago and saved myself a lot of work)

I have managed, in a test environment, to get DataTables to work with my data but I have hit a problem with the positioning of the table on the page.

I have a slightly complex situation whereby I have a three column page formatted using css/div. This all works fine in that I have a menu in the left panel, the page data in the main central panel and some other bits of information in the right panel. Now when I use the example file as a template and try to put the table in the centre panel the table does appear (and function correctly) but it appears at the bottom of the panel.

I have tried changing the value of position in .dataTables_wrapper but this has not worked.

Does anyone have any clues as to what/where the problem may be?

Replies

  • allanallan Posts: 63,395Questions: 1Answers: 10,451 Site admin
    POssibly a float issue? Suspect you'd need to give us a link to the page to let us help.

    Allan
  • david63david63 Posts: 7Questions: 0Answers: 0
    edited September 2012
    Thanks - it was a float issue. A quick search and I found that an "overflow:hidden" in the central panel's css solved the problem
This discussion has been closed.