ngduc / react-tabulator

React Tabulator is based on tabulator - a JS table library with many advanced features.
https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js
MIT License
366 stars 84 forks source link

Question: Help with implementing date and time input #201

Open Amal97 opened 4 years ago

Amal97 commented 4 years ago

Question

Hi I need help with implementing date and time input

Can someone show me an example on how to implement date and time feature. So that users can select date and time. Eg. { title: "Date Of Birth", field: "dob", sorter: "date", editor: DateEditor, editorParams: { format: "MM/DD/YYYY" } }

How can I modify it to inclue time picker as well? Do I need additional library?

Thanks in advance