Thank you. I met a problem, I used FilterDropdown with my date field stored in unix timestamp format, and FilterDropdown provides a function for mapping value, but unfortunatly it is only one directional, and helps convert timestamp to dayjs for passing it to DatePicker, but when I save the record it is automaticaly (hardcoded) converted to string. I would like to propose to add second function for back converting.