Columns >25

Columns >25

genialgenial Posts: 9Questions: 0Answers: 0
edited December 2011 in DataTables 1.8
Hi,
Im very glad to use dataTable component. I Appreciate the team.

I got a problem with DT, where it is not able to handle ,if columns more than 25,
I need some help. please.

Cheers.

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    DataTables can handle as many columns as you want it to. I've seen tables with >100 columns for example. In what way is it not working for you?

    Allan
  • genialgenial Posts: 9Questions: 0Answers: 0
    Hi allan, thanks for reply.

    My datatables processing is serverside.
    With .net integration im using datatables.
    When im using above 25 columns, my app is hanging.

    Genial.
  • d_vineetd_vineet Posts: 19Questions: 0Answers: 0
    My guess is you have tried it on IE only?
    If so, try on Opera or FF or Chrome.

    I have experienced that dataTables Infinite Scrolling plugin crawls in IE, but OK in other browsers.

    -- Vineet
  • HetzjHetzj Posts: 1Questions: 0Answers: 0
    Hi, I am facing the exact problem.
    I have fixed column datatable with Horizontal & Vertical scroll. The Header columns are col-spanned between 12-15 columns.
    I have nearly 30 Columns & 200 Rows. While the number of rows work fine, the moment I try to increase the number of columns from 25 to even 26, the scrolls go away spanning the table to complete 100%. I am not sure what to do...
  • ZeroCoolZeroCool Posts: 2Questions: 0Answers: 0
    Try to don't use COL-SPANNINGS.
    I had same problem w/o colspan it works fine.

    Greets ZeroCool
  • swathigudeswathigude Posts: 7Questions: 0Answers: 0
    Does any one solved the above problem .
    I 'm not able to create a datatable more than 23 columns.
    i'm using serverside processing
    please anyone help me in this..
  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    @swathigude - are you using GET or POST? What does Firebug say? Can you give us a link? - See http://datatables.net/forums/discussion/9719/how-to-ask-for-help

    Allan
This discussion has been closed.