thansen-solire / datatables-light-columnfilter

DEPRECATED see https://github.com/polinome/datatables-lightcolumnfilter
12 stars 9 forks source link

Check if the column is visible and Add the property cssClass to type text #7

Closed OswaldoFaccioni closed 8 years ago

OswaldoFaccioni commented 8 years ago

Check if the column is visible Add the property cssClass to type text

thansen-solire commented 8 years ago

Sorry for the delay, I'll look into it today

thansen-solire commented 8 years ago

Both should be available in 1.0.0 release. To add a class to the input element.

n: {
  attr: {
    class: 'some-class'
  }
}