KasperOlesen / DataTable-AltEditor

Updated version of the free-datatables-editor-alternative from Kingcode.com
MIT License
329 stars 195 forks source link

Date picker doesn't save date. #211

Open abalter opened 2 years ago

abalter commented 2 years ago

When I click out of the calendar, the date goes away and isn't saved. No console errors.

AwesomeScreenshot-5_5_2022,6 58 26AM

I took this right from the example:

 {
    data: "startDate",
    title: "Start date",
    type: "date",
    datetimepicker: { timepicker: false, format : "Y/m/d"}
  },
abalter commented 2 years ago

See: #210