Hello, does anybody have a working
Hello, does anybody have a working example of datePicker in dropdown filter for ant design table and useTable?
4 Replies
Hi @Batu. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
adverse-sapphire•15mo ago
Hello @vzblk we have an example in our example CRM app, you can see it here: https://github.com/refinedev/refine/blob/1783adc577fc906b5119da120e223d37b71b9355/examples/app-crm/src/routes/administration/audit-log.tsx#L153-L179
GitHub
refine/examples/app-crm/src/routes/administration/audit-log.tsx at ...
Build your React-based CRUD applications, without constraints. 🌟 Star to support our work! - refinedev/refine
Sorry @Batu, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
deep-jade•14mo ago
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.