Skip to content

Commit

Permalink
feat(ktableview): add component [KHCP-9499] (#2338)
Browse files Browse the repository at this point in the history
* feat(kdatatable): add component [KHCP-9499]

* fix(ktableview): row links [KHCP-9499]

* feat(ktableview): add actions dropdown support [KHCP-9499]

* docs(table-view): component docs [KHCP-9499]

* fix: minor fix

* feat(ktable, ktableview): max height prop [KHCP-9499]

* test(ktableview): add component tests [KHCP-9499]

* fix(ktable, ktableview): fix column resize [KHCP-9499]

* fix(ktableview): row attrs route links [KHCP-9499]

* fix(ktableview): add row link prop [KHCP-9499]

* fix(ktableview): add pagination [KHCP-9499]

* docs: minor tweak [KHCP-9499]

* fix: apply pr feedback

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>

* fix: address pr feedback

* fix: address pr feedback

* fix: address pr feedback

* docs: address feedback [KHCP-9499]

* fix: address pr feedback

* fix: address pr feedback

* test(ktableview): add pagination tests [KHCP-9499]

* fix: minor fix

* fix: address pr feedback

* fix: address pr feedback

* fix: address pr feedback

* fix: address pr feedback

* fix: address pr feedback

* docs: apply pr feedback

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>

* fix(ktableview): remove console.log [KHCP-9499]

---------

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>
  • Loading branch information
portikM and adamdehaven authored Aug 26, 2024
1 parent 058020a commit 5b1ae1b
Show file tree
Hide file tree
Showing 17 changed files with 3,133 additions and 226 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default defineConfig({
{ text: 'Slideout', link: '/components/slideout' },
{ text: 'Stepper', link: '/components/stepper' },
{ text: 'Table', link: '/components/table' },
{ text: 'Table View', link: '/components/table-view' },
{ text: 'Tabs', link: '/components/tabs' },
{ text: 'Textarea', link: '/components/textarea' },
{ text: 'Toaster', link: '/components/toaster' },
Expand Down
Loading

0 comments on commit 5b1ae1b

Please sign in to comment.