Replies: 5 comments
-
i doubt this helps cause it isnt helping me, but this is how a different plugin does it: no clue how to make that work on this plugin |
Beta Was this translation helpful? Give feedback.
-
grid.columnTypes = { 'date': new index.Revogrid.DateColumnType() }; |
Beta Was this translation helpful? Give feedback.
-
<script type="module" src="https://cdn.jsdelivr.net/npm/@duetds/[email protected]/dist/duet/duet.esm.js"></script>
adding the module version of the duet js got me a kinda-working datepicker. selecting a date gives me undefined and this just wasnt made for this, im out |
Beta Was this translation helpful? Give feedback.
-
im back.
|
Beta Was this translation helpful? Give feedback.
-
We never intended to use it in vanilla, the best proposal is from @hightowertech! https://github.com/revolist/revogrid-column-date/blob/v2.0.20/lib/index.ts |
Beta Was this translation helpful? Give feedback.
-
Can you provide a vanilla example similar to select?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions