In general, there is no issue with regards to Element UI Table and Paper Dashboard Pro.
Problem arises when one tries to make use of the "fixed" columns.
The default Element UI styling (as viewable here: https://codepen.io/pen/?&editable=true) is not the same when trying to do it on top of Paper Dashboard Pro.
Currently, I'm experiencing the following:
Column Headers are visible when scrolling (ie. overlap the fixed column header), this goes the same for the data.
If I remove the import of "@/assets/sass/paper-dashboard.scss" from the main.js file, this goes away but then the website doesn't look like it's supposed to.
Any ideas as to which area I should look at in an attempt to "fix" this?
Hi,
In general, there is no issue with regards to Element UI Table and Paper Dashboard Pro. Problem arises when one tries to make use of the "fixed" columns.
The default Element UI styling (as viewable here: https://codepen.io/pen/?&editable=true) is not the same when trying to do it on top of Paper Dashboard Pro.
Currently, I'm experiencing the following:
If I remove the import of "@/assets/sass/paper-dashboard.scss" from the main.js file, this goes away but then the website doesn't look like it's supposed to.
Any ideas as to which area I should look at in an attempt to "fix" this?