Applying selectize.js styling to individual column select filters

Applying selectize.js styling to individual column select filters

tclark333tclark333 Posts: 3Questions: 1Answers: 0

I followed the guide here (https://datatables.net/examples/api/multi_filter_select.html) to add select inputs to each column for easy searching/filtering of data. Everything works, but now I'd like to use selectize.js (http://brianreavis.github.io/selectize.js/) on these selects to make them match the style of every other select input on my site.

The problem I'm running in to is that after these select inputs are created, I can't find them as I normally do using jQuery selectors. Is there an alternate way to find these inputs in js so I can manipulate their styling?

This discussion has been closed.