Skip to content

Unimplemented props and events on BTable #2521

@dwgray

Description

@dwgray

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 a defaultDirection or defaultAscending field to sortBy?
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibility enhancementFeature missing that is in bootstrap.js v5 or bootstrap-vue v2staleThere has been no additional replies or questions and the thread is assumed closed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions