We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede7f9 commit a17adacCopy full SHA for a17adac
resources/js/components/grid/Table.vue
@@ -302,7 +302,7 @@ export default {
302
this.$nextTick(() => {
303
this.topViewHeight = this.$refs.topView.offsetHeight;
304
305
- this.toolbarsViewHeight = this.$refs.toolbarsView.offsetHeight;
+ this.toolbarsViewHeight = this.$refs.toolbarsView? this.$refs.toolbarsView.offsetHeight:0;
306
307
this.pageViewHeight = this.$refs.pageView ? this.$refs.pageView.offsetHeight : 0;
308
0 commit comments