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.39k stars 385 forks source link

can i use datepicker and timepicker in tui.grid ? #2023

Closed 95Andrewcha closed 5 months ago

95Andrewcha commented 5 months ago

Summary tui.grid give manual by using editor but, it have to dbclick input and enter so, i'm trying to use formatter..

  1. can i use tui.datepicker in tui grid by using formatter.
  2. css error?
  3. can i use select and option by formatter using function which returns '
    '

Screenshots formatter createdate abc eve second sc third

Version 4.3.3 Additional context

  1. i tried use tui.datepicker in tui grid like first screenshot but if i select the date and click save button it can't post parameter str_date can i know how to post parameter that i chosen date

  2. i put datepicker and time picker in tui grid like third screenshot but if i hover the calendar every td's background turns to gray which class names are tui-calendar-date tui-is-selectable

  3. i create select and option on function and append to div but if i click select tag i doesn't show options