DataTable is not loading

DataTable is not loading

rajeshmanemrajeshmanem Posts: 6Questions: 3Answers: 0

Hi,

Currently I am planning to use this DataTable feature in my web application. I developed the following stuff in my web app.

URL: "Get Data" ->> This is my current URL and here I have a text field to enter some query. Once the text is entered in this URL I am calling the spring controller through Ajax function and getting the results to the "results" page.

In the "results Page" I have used this feature but its not working. But this is working when I have a new page with data table. Can anyone please help me out how to fix this problem?

Answers

  • xMan2xMan2 Posts: 16Questions: 1Answers: 0

    Can you provide a snippet showing how you've coded your datatables function.

  • rajeshmanemrajeshmanem Posts: 6Questions: 3Answers: 0

    This solved with the ordering of JS files

This discussion has been closed.