Skip to content

Commit

Permalink
docs(Table): fix anchors (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-fomichev authored Oct 24, 2023
1 parent 35a7b74 commit 67380bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ A table that allows the selecting and sorting of rows, and performing actions on

Additional functionality is enabled via HOCs:

- [withTableActions](#withtableactions)
- [withTableCopy](#withtablecopy)
- [withTableSelection](#withtableselection)
- [withTableSettings](#withtablesettings)
- [withTableSorting](#withtablesorting)
- [withTableActions](#usage-with-hoc-withtableactions)
- [withTableCopy](#usage-with-hoc-withtablecopy)
- [withTableSelection](#usage-with-hoc-withtableselection)
- [withTableSettings](#usage-with-hoc-withtablesettings)
- [withTableSorting](#usage-with-hoc-withtablesorting)

<!--/GITHUB_BLOCK-->

Expand Down

0 comments on commit 67380bc

Please sign in to comment.