verbal-limeV
Refine3y ago
5 replies
verbal-lime

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 }
]}
Was this page helpful?