Closed dormadekhin closed 6 years ago
Thanks your feedback and i will fix it as soon as possible
Thank you for the work done! I wish you further development)
Can you show me the code? :sweat_smile:
Do you use v-show
directive to control the tab display or hide? If yes,replace v-show
with v-if
can fix this. Because of BeautifyScrollbar initialized once at mounted
method,if you use v-show
,the height of this container element which is returned by getBoundingClientRect()
can be 0 for the hide element. BeautifyScrollbar initialization will be a failure. See beautify-scrollbar
Hi, sorry for the long silence. Yes, I use the v-show
, but it is used for the block which wraps the 2 tables. Try to change the v-if
and see what happens.
It's ok, look forward to your further feedback @dormadekhin-denis
Long time to response
the page displays several tables, some of them are hidden and initially, there is no data in them, after switching to the tab, the data is loaded but the scroll bar does not appear