thansen-solire / datatables-light-columnfilter

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

dateRange "width":"50%" doesn't work #5

Closed sanchig closed 8 years ago

sanchig commented 8 years ago

in "dateRange" filter "start" and "end" text-boxes takes 100% width instead 50% even if I set initialization time it takes 100%. 4 : { "type" : "dateRange", "width":"50%"},

but doesn't work.

In inspect element I got this result

.input-group .form-control { //bootstrap.css:3859 position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }

I don't know why it doesn't work with "dateRange" but it works well with "text" and "selection"

tatvadevanshi commented 6 years ago

+1