After upgrade to v0.14.3 - DataTable is not responsive on mobile!
-
On mobile all columns shown in one line, so all Text truncated.
But, on desktop chrome mobile debug mode it is working good.
Why?To fix this, I added:
<style>
table, thead, tbody, th, td, tr {
display: block;
}
</style>but I don’t want to do it…
Thank you
-
I have upgrade to v.0.14.6 - still not fixed. please replay. thanks.
-
Sounds like it might be related to this bug: https://github.com/quasarframework/quasar/issues/662
Try disabling PurifyCSS and see if that solves it for you…
-
I have found a solution to fix it with style display block, I just want to know if it will be fixed ? thank you.
-
Have you disabled PurifyCSS?