No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    After upgrade to v0.14.3 - DataTable is not responsive on mobile!

    Framework
    3
    5
    1191
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dan last edited by

      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

      1 Reply Last reply Reply Quote 1
      • D
        dan last edited by

        I have upgrade to v.0.14.6 - still not fixed. please replay. thanks.

        1 Reply Last reply Reply Quote 0
        • ssuess
          ssuess last edited by

          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…

          1 Reply Last reply Reply Quote 0
          • D
            dan last edited by

            I have found a solution to fix it with style display block, I just want to know if it will be fixed ? thank you.

            1 Reply Last reply Reply Quote 0
            • rstoenescu
              rstoenescu Admin last edited by

              Have you disabled PurifyCSS?

              1 Reply Last reply Reply Quote 0
              • First post
                Last post