Skip to content

Commit

Permalink
Enhance h-table (#236)
Browse files Browse the repository at this point in the history
* feat: Add ability to hide/show columns in h-table

* refactor: Remove deprecated addon

* fix: Ignore unused var

* feat: Add use-switch property to table

* feat: Add logic for reordering columns

* feat: Add styling to drag items
  • Loading branch information
michaelbukachi authored Dec 6, 2021
1 parent 0e5e92e commit 1f6fbc7
Show file tree
Hide file tree
Showing 5 changed files with 2,919 additions and 2,357 deletions.
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
stories: ['../src/**/*.stories.[tj]s'],
addons: [
'@storybook/addon-storysource',
'@storybook/addon-knobs/register',
'@storybook/addon-viewport'
]
};
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@
"dependencies": {
"core-js": "^3.6.4",
"vue": "^2.6.11",
"vuedraggable": "^2.24.3",
"xlsx": "^0.15.6"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-storysource": "^5.3.14",
"@storybook/vue": "^5.3.14",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-storysource": "^6.3.12",
"@storybook/vue": "^6.3.12",
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-unit-jest": "^4.2.0",
Expand Down
Loading

1 comment on commit 1f6fbc7

@vercel
Copy link

@vercel vercel bot commented on 1f6fbc7 Dec 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.