-
-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
compatibility enhancementFeature missing that is in bootstrap.js v5 or bootstrap-vue v2Feature missing that is in bootstrap.js v5 or bootstrap-vue v2staleThere has been no additional replies or questions and the thread is assumed closedThere has been no additional replies or questions and the thread is assumed closed
Description
Missing feature is from
bootstrap-vue
Docs
https://bootstrap-vue.org/docs/components/table#component-reference
Describe the missing feature
This is undoubtedly an incomplete list; I'll continue to fill it out as I go through the docs/parity report.
- fixed
- no-border-collapse
- selected-variant
- aria-multiselect (this is an attribute that is added, not a property)
- sort-null-last - note that to fully implement this, we'll need to provide a way for the custom sort-comparer(s) to know the current sort order - in BSV, this is provided as a parameter on the custom sort compare function
- sort-direction - The main use of this prop (the initial sort direction) is covered by the
sortBy
model - the thing that we can't currently do is have the initial click on a new column start as descending. Perhaps add adefaultDirection
ordefaultAscending
field tosortBy
? - no-footer-sorting
- filter-ignored-fields
- filter-included-fields
- filterByFormatted - field definition - (this is implemented as a boolean, but BSV also takes a format function, and BSVN types it optionally as a function, but doesn't use it as a function)
- label-sort-asc
- label-sort-clear
- label-sort-desc
- sort-null-last
- context-changed event
- refreshed event
a-kriya
Metadata
Metadata
Assignees
Labels
compatibility enhancementFeature missing that is in bootstrap.js v5 or bootstrap-vue v2Feature missing that is in bootstrap.js v5 or bootstrap-vue v2staleThere has been no additional replies or questions and the thread is assumed closedThere has been no additional replies or questions and the thread is assumed closed