I was wondering if I can sort a table with JavaScript, which has input fields. I found a pretty nice plugin named DataTables, and it works flawlessly with basic tables, but not with table having inputs as it's fields.
Or would I be better off writing that kind of sorting/filtering with backend and passing just the data matching the request?