Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ktableview): add component [KHCP-9499] #2338

Merged
merged 36 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
68c407a
feat(kdatatable): add component [KHCP-9499]
portikM Aug 13, 2024
860e1a2
fix(ktableview): row links [KHCP-9499]
portikM Aug 13, 2024
19fadb7
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 14, 2024
cd9b456
feat(ktableview): add actions dropdown support [KHCP-9499]
portikM Aug 14, 2024
bd00ddc
docs(table-view): component docs [KHCP-9499]
portikM Aug 15, 2024
a8343df
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 15, 2024
496daba
fix: minor fix
portikM Aug 15, 2024
431d939
feat(ktable, ktableview): max height prop [KHCP-9499]
portikM Aug 15, 2024
90cda59
test(ktableview): add component tests [KHCP-9499]
portikM Aug 15, 2024
dba11f5
fix(ktable, ktableview): fix column resize [KHCP-9499]
portikM Aug 16, 2024
5770209
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 16, 2024
7233a06
fix(ktableview): row attrs route links [KHCP-9499]
portikM Aug 16, 2024
ca530a4
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 16, 2024
0e7449f
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 19, 2024
9bc339d
fix(ktableview): add row link prop [KHCP-9499]
portikM Aug 19, 2024
167ed7d
fix(ktableview): add pagination [KHCP-9499]
portikM Aug 19, 2024
9bd9f5e
docs: minor tweak [KHCP-9499]
portikM Aug 19, 2024
8a2c29d
fix: apply pr feedback
portikM Aug 19, 2024
9f1899c
fix: address pr feedback
portikM Aug 19, 2024
0c17cdb
fix: address pr feedback
portikM Aug 19, 2024
c4a8c3c
fix: address pr feedback
portikM Aug 19, 2024
fb5c88a
docs: address feedback [KHCP-9499]
portikM Aug 19, 2024
c3dc48c
fix: address pr feedback
portikM Aug 19, 2024
24b97b1
fix: address pr feedback
portikM Aug 19, 2024
e38b1a5
test(ktableview): add pagination tests [KHCP-9499]
portikM Aug 19, 2024
c6bc81c
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 20, 2024
100e8cd
fix: minor fix
portikM Aug 20, 2024
f1ef2a4
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 22, 2024
580a35e
fix: address pr feedback
portikM Aug 22, 2024
e2df809
fix: address pr feedback
portikM Aug 22, 2024
25944fa
fix: address pr feedback
portikM Aug 26, 2024
13b26f6
fix: address pr feedback
portikM Aug 26, 2024
ffbf0b1
fix: address pr feedback
portikM Aug 26, 2024
32fa91f
docs: apply pr feedback
portikM Aug 26, 2024
164e60b
Merge branch 'main' into feat/khcp-9499-k-view-table
portikM Aug 26, 2024
6b8bcb9
fix(ktableview): remove console.log [KHCP-9499]
portikM Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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