Hello!
Is it possible to configure a date column so that the datapicker has a year and month?
like this:
Hello!
Is it possible to configure a date column so that the datapicker has a year and month?
like this:
There’s no out-of-the-box solution to do this, as we use Pikaday library for datepicker cell type and it’s configuration options doesn’t allow to alter this easily.
However, there are some ideas on their GitHub how to overwrite it, but they are not tailored for Handsontable, so they will require some modifications, but it’s a good starting point: https://github.com/Pikaday/Pikaday/issues/562