How to switch datatable to new set of data?

How to switch datatable to new set of data?

adrian142adrian142 Posts: 3Questions: 1Answers: 0

Hello, I have to add new funcionality to an existing web app that was built using PHP, JavaScript and DataTables.
Here is a video where I describe my problem:
https://youtu.be/96shXzWS_6k
At the moment I have a table with all occupations and a table with all skills.
If the user selects a occupation and clicks on filter, then only skills for that occupation should be shown.
I already managed that on the serverside and get a result back with the relevant skills.
But I cannot get this result replace the data in the skills datatable.

Can someone please give me some kind of explanation how I get the new data to show up in #dynskills?
Thx a lot.

Best regards,
-Adrian

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    If you have a link to a page showing the error I can take a look at it. Unfortunately, I can't really debug a video :)

    Allan

Sign In or Register to comment.