jQuery datatables filter row with specific class
问题 I am working on a jQuery Datatable project where I need to filter the data based on specific row classes. I'm adding classes to my rows upon row creation based on a condition. I'm trying to figure out a way for my user to click a button which would apply a filter that only displays rows that contain a specific class. I've tried a few different solutions but I can't seem to make it work. Does anyone know how to do this correctly? Here is the JSFiddle $('#table').DataTable({ data: data, columns