nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.42k stars 391 forks source link

Can i use timepicker(toast ui) on toast grid? #2034

Open yoosewon81 opened 5 months ago

yoosewon81 commented 5 months ago

Hi.

i've been developing some systems on toast grid.

I'd like to use time picker on toast grid. but I face with javascript error.

Can i use timepicker(toast ui) on toast grid, not datepicker with timepicker.

Thanks

alstjr9396 commented 4 months ago

add 'timePicker: true' options to editor type of 'datapicker'

yoosewon81 commented 4 months ago

add 'timePicker: true' options to editor type of 'datapicker'

thanks for answer.

I want to use only timepicker. not datepicker option.