JH

Results 5 comments of JH

``` .ts-wrapper.form-control, .ts-wrapper.form-select { height:calc(3.5rem + calc(var(--bs-border-width) * 2)); font-size: 12px; margin: 0 25px 0 0; line-height:1.25; } .ts-control{ padding: 1.5rem 0.25rem 0.625rem 0.25rem!important } ``` this fixes it for...

i doubt this helps cause it isnt helping me, but this is how a different plugin does it: https://codesandbox.io/s/revogrid-staticjs-column-jvztc?file=/index.html no clue how to make that work on this plugin

grid.columnTypes = { 'date': new index.Revogrid.DateColumnType() }; this will make it show the calendars but i dont think this was made for use without webpack cause the next error comes...

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

im back. Forget this plugin if you're using vanilla, it isnt made for it. The option im gonna go with so far is by changing the input to a type=date...