Mark Kimbrell:
Question: Is it possible to show a Date Time Picker in each row of a Table2 object?
Delfs:
Hi Mark,
yes but you would have to create it from HTML vs a bf element.
eg in a slot you could use vue-datepicker
Mark Kimbrell:
Makes sense. Are there any examples or docs on that?
Delfs:
There are examples with slots, and examples in the docs with vuecalendar but not one of the both I dont htink
Delfs:
refer to the docs, and if in a slot use row
in place of model
<v-date-picker
:available-dates='model.availableDates'
v-model='row.selectedDates'
>
</v-date-picker>
ref:
https://docs.fmbetterforms.com/reference/components-overview/3rd-party-elements