I have a problem with sorting and filtering html table.
I use jQuery propdown Table Filter plugin and it works perfectly well for me, but,
For now it looks like this:

But problem is i also need sort my table by values (A-Z/Z-A), and I'm not strong via JQuery to re-write this plugin. It must look like this (add sorting options to select):

Can you give me direction, where I can look? I find a lot of jQuery plugins, but none did what I need.