Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
docs(data-table): updating sort-direction docs (#706)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
guilhermelMoraes and kodiakhq[bot] committed Oct 4, 2021
1 parent c09b505 commit 0c32818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/data-table/table-header-cell.ts
@@ -1,7 +1,7 @@
/**
* @license
*
* Copyright IBM Corp. 2019, 2020
* Copyright IBM Corp. 2019, 2021
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
Expand Down Expand Up @@ -95,7 +95,7 @@ class BXTableHeaderCell extends FocusMixin(LitElement) {

/**
* The table sort direction.
* If present, this table header cell will have a sorting UI.
* If present, this table header cell will have a sorting UI. Choose between `ascending` or `descending`.
*/
@property({ reflect: true, attribute: 'sort-direction' })
sortDirection?: TABLE_SORT_DIRECTION;
Expand Down

0 comments on commit 0c32818

Please sign in to comment.