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 outlined option #1355

Merged
merged 2 commits into from Nov 17, 2017
Merged

feat(table): add outlined option #1355

merged 2 commits into from Nov 17, 2017

Conversation

tmorehouse
Copy link
Member

Adds a new option to draw a border around the table (outline), via the Boolean prop outlined. When enabled the Bootstrap V4 class bordered is added to the table

Adds a new option to draw a border around the table (outline), via the Boolean prop `outlined`.  When enabled the Bootstrap V4 class `bordered` is added to the table
@codecov-io
Copy link

codecov-io commented Nov 16, 2017

Codecov Report

Merging #1355 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #1355   +/-   ##
=======================================
  Coverage   43.12%   43.12%           
=======================================
  Files         130      130           
  Lines        2859     2859           
  Branches      889      889           
=======================================
  Hits         1233     1233           
  Misses       1236     1236           
  Partials      390      390
Impacted Files Coverage Δ
src/components/table/table.vue 73.05% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 991ed19...2b7677a. Read the comment docs.

@pi0 pi0 merged commit 7ba183e into dev Nov 17, 2017
@tmorehouse tmorehouse deleted the table/outlined branch November 17, 2017 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants