The DOM and App events are missing in the docs of Data Table?
Closed this issue · 1 comments
The DOM and App events
datatable:sort
anddataTableSort
datatable:beforedestroy
anddataTableBeforeDestroy
are missing in the docs of Data Table? (https://framework7.io/docs/data-table.html)
Also, as I understand it, there is also a DOM event sheet:beforedestroy
which, however, is not listed on the page https://framework7.io/docs/sheet-modal.html#dom-events and in the DomEvents
section of the file /src/core/components/sheet/sheet.d.ts
Is that so?
And maybe there is also a DOM event dialog:beforedestroy
not listed in the documentation (https://framework7.io/docs/dialog.html#dom-events) and in the DomEvents
section of the file /src/core/components/dialog/dialog.d.ts
Also, in the "App and Smart Select Instance Events" section of the page https://framework7.io/docs/smart-select.html#app-and-smart-select-instance-events there is the presence of the prevent
argument also at the open / smartSelectOpen
event. It's correct?
@nolimits4web As soon as you can, could you take a look to these four pages?
- https://framework7.io/docs/data-table.html
- https://framework7.io/docs/sheet-modal.html#dom-events
- https://framework7.io/docs/dialog.html#dom-events
- https://framework7.io/docs/smart-select.html#app-and-smart-select-instance-events
Thanks.