Data displays but pagination, sortable, search box, etc. Not showing up...

Data displays but pagination, sortable, search box, etc. Not showing up...

popeye23popeye23 Posts: 3Questions: 1Answers: 0
edited May 2017 in Free community support

Hi,

I'm using DataTables within a Juery Dialog Box and I'm having trouble getting the table to display correctly. All of the data is populated in the dialogue box but the DataTable is not displayed properly.. No pagination, no sortable columns, entries, or search. Can someone guide me in the right direction on what's possible wrong.

oi68.tinypic.com/2s7wadx.jpg

Thank you

Answers

  • kthorngrenkthorngren Posts: 21,591Questions: 26Answers: 5,004

    Typically that means you are getting a Javascript error causing Datatables to not fully initialize. Check your browsers console for errors.

    Kevin

  • popeye23popeye23 Posts: 3Questions: 1Answers: 0

    I'm using it within a program not on a webpage? So you're saying it's an initialization issue?

  • kthorngrenkthorngren Posts: 21,591Questions: 26Answers: 5,004

    So you're saying it's an initialization issue?

    Like you said none of the Datatables functions are there plus the table isn't formatted normally. Something caused Datatables to stop during initialization. Is there an error log you can look at?

    Kevin

  • popeye23popeye23 Posts: 3Questions: 1Answers: 0

    No there's no error log to look at. :(

  • pratsprats Posts: 45Questions: 21Answers: 0

    try by upgrading your datatable js and css

This discussion has been closed.