FilterDropdown for a boolean column
How should I use a FilterDropdown component if I wanna apply filters on a table for a boolean column? (Ant D)
I expect the following options
options={[
{ label: 'Billed', value: true },
{ label: 'Unbilled', value: false }
]}
I expect the following options
options={[
{ label: 'Billed', value: true },
{ label: 'Unbilled', value: false }
]}
