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(table): add resizable prop #203

Merged
merged 2 commits into from
Jan 24, 2023
Merged

feat(table): add resizable prop #203

merged 2 commits into from
Jan 24, 2023

Conversation

brc-dd
Copy link
Member

@brc-dd brc-dd commented Jan 24, 2023

fixes #201

@netlify
Copy link

netlify bot commented Jan 24, 2023

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit adaf4ba
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/63cf7ad169eac50008d6c3e5
😎 Deploy Preview https://deploy-preview-203--sefirot-story.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Base: 68.03% // Head: 68.05% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (adaf4ba) compared to base (d49b07b).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   68.03%   68.05%   +0.01%     
==========================================
  Files         105      105              
  Lines        8324     8329       +5     
  Branches      322      322              
==========================================
+ Hits         5663     5668       +5     
  Misses       2661     2661              
Impacted Files Coverage Δ
lib/components/STable.vue 84.72% <100.00%> (+0.05%) ⬆️
lib/components/STableColumn.vue 76.27% <100.00%> (+0.26%) ⬆️
lib/composables/Table.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@netlify
Copy link

netlify bot commented Jan 24, 2023

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit adaf4ba
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/63cf7ad18934fc0009823cb1
😎 Deploy Preview https://deploy-preview-203--sefirot-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@kiaking kiaking added the enhancement New feature or request label Jan 24, 2023
@kiaking
Copy link
Member

kiaking commented Jan 24, 2023

Niiice! Looking good 👍 I'll add docs and merge this one 🚀

@brc-dd
Copy link
Member Author

brc-dd commented Jan 24, 2023

I actually forgot that we have docs now 😅

@kiaking
Copy link
Member

kiaking commented Jan 24, 2023

Haha, yeah I've added the table docs just recently so 👀

@kiaking kiaking merged commit 82a34e6 into main Jan 24, 2023
@kiaking kiaking deleted the fix/201 branch January 24, 2023 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to disable column resize on specific column in STable
2 participants