Orderby issue

Orderby issue

ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
HI,
I have implemented DataTables successfully and using (jquery.dataTables.min). My backed script is PHP.I fir a query with order by clause and get the ordered data as per query.But when it displays in DataTable it changes its order.Please let me know best solution for that.

Thank you,
Uresh Patel

Replies

  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    Disable sorting in DataTables if you don't want DataTables to do any sorting - bSort .

    Allan
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    I need sorting to be work . The issue is when first time i load page using ORDER BY in query ,data table not showing data as per that SQL order
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    Done issue closed
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    Done issue closed
This discussion has been closed.