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
    1. Home
    2. fpe
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Groups 0

    fpe

    @fpe

    3
    Reputation
    179
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    fpe Follow

    Best posts made by fpe

    • RE: word-wrap using in datatables

      Try this:

      .q-data-table td, .q-data-table th {
          /* don't shorten cell contents */
          white-space: normal !important;
      }
      
      posted in Framework
      F
      fpe

    Latest posts made by fpe

    • RE: Webpack alias in quasar.conf.js .15+

      @smakinson said in Webpack alias in quasar.conf.js .15+:

      I’m using webstorm and I am able to just ignore it not finding quasar ( and now its not really imported much I suppose ), but I am adding a couple alias to quasar.conf.js and I am looking for what I can point Preferences->Languages & Frameworks->JavaScript->Webpack at so it picks the alias up since I will actually be importing those.

      I also would be grateful to find a working setting for that, since Webstorm / Intellij does not seem to work with quasar.conf.js

      posted in Help
      F
      fpe
    • RE: word-wrap using in datatables

      Try this:

      .q-data-table td, .q-data-table th {
          /* don't shorten cell contents */
          white-space: normal !important;
      }
      
      posted in Framework
      F
      fpe