Multiple filters in Gridview

Is it possible to create multiple filters, side by side (or one on top of another) on an index GridView for a single column?

Right now, I have a 1st filter defined as

'filter' => [0=>'No',1=>'Yes'],

but I’d also like to place a date picker (from/to, date range) next to the select (yes/no) filter. How can I accomplish this?