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

    [Solved] Way to Remove q-table-container class in QTable

    Help
    1
    2
    1317
    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.
    • S
      snowdrop last edited by snowdrop

      Is there a way to remove the q-table-container class of QTable when rendered on the page? I need to render QTable inside QCard for some reason and seems that the q-table-container is reduntant when displaying it in QCard.

      0_1522231716385_Screenshot_20180328_180504.png

      1 Reply Last reply Reply Quote 0
      • S
        snowdrop last edited by

        Solved. What I’ve done is to set the box-shadow to none by declaring it on my .vue file like this:

        <style scoped>
          .q-table-container {
            box-shadow: none;
          }
        </style>
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post