vue-good-table
vue-good-table copied to clipboard
Add td th in vue-good-table
Issue Type (delete the irrelevant ones)
- [ ] Question
Specs
2.21.11?
What browser? Google Chrome
Expected Behavior
I want to add a td and th and add a style to it .
Actual Behavior
When I trigger a print, the data is compressed to each other almost no spacing .
Steps to Reproduce the Problem
Please detail your steps here
-
I already add a custom class to the columns I saw the changes on the page but when I print it the output is different . Please see picture for reference .
-
sample code for custom class
And this is for the columns
columns: [ { label: '', field: 'product_quantity', width: '10%', thClass: 'thClass', tdClass: 'tdClass' },
jsfiddle
If you provide a jsfiddle reproducing th
e issue, it'll be addressed much faster.
you can use this as base