Tabbed DataTables Sort/Filter Data

Tabbed DataTables Sort/Filter Data

zgoforthzgoforth Posts: 493Questions: 98Answers: 2

Hello,

I have created a static working example of my DataTable https://jsfiddle.net/26tzd57L/

This is using static/JavaScript to source the Data meanwhile my actual one I built is using AJAX.

You can see in my dataset, the last value is the Department field which carries the same value(s) as the tabbed DataTables.

If the Department Field is IT, I want the corresponding data to post to the IT tabbed table, if the Department Field is HR, I want it to post only to the HR tabbed table.

How do I go about this?

Answers

  • kthorngrenkthorngren Posts: 21,180Questions: 26Answers: 4,923

    Sounds like this is a duplicate of your other thread. Please don’t duplicate questions.

    Kevin

This discussion has been closed.