Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. benoitranque
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    benoitranque

    @benoitranque

    89
    Reputation
    351
    Posts
    1576
    Profile views
    5
    Followers
    0
    Following
    Joined Last Online
    Location Santa Cruz, Bolivia Age 23

    benoitranque Follow

    Posts made by benoitranque

    • RE: Pass data to touch hold handler

      bit late but here you go

      https://codepen.io/anon/pen/ZVgZNz

      posted in Help
      benoitranque
    • RE: How can I put the "Drawer" between the header and the footer (toolbars), opening and closing between them?

      Sure. Take a look at the view prop of q-layout

      You would set view="HHH LpR fff" for example. Also take a look at the overlay prop of q-layout-drawer

      posted in Help
      benoitranque
    • RE: Async code in App Plugins

      @zmilan just make sure you read the corresponding docs. The boot plugin is special

      posted in Help
      benoitranque
    • RE: Adding a button to a cell within a datatable

      if you are not using the body slot, you can target a specific cell using slot="body-cell-{column-name}" where column-name is the the name of one of the columns in your column definition.

      posted in Framework
      benoitranque
    • RE: Printing in an electron dev
      const { remote } = require('electron')
      
      remote.getCurrentWebContents().print()
      
      posted in Help
      benoitranque
    • RE: [0.14] print css

      I’m sure you’ve seen this

      posted in Framework
      benoitranque
    • RE: Upgrade Old Project

      You can migrate your old project: create a new project and move things carefully, one by one to the new project.
      To run the last compatible quasar-cli on older project see the docs

      posted in Help
      benoitranque
    • RE: <q-input /> with float-label has no margin or padding top

      Working as intended. If you want padding add it yourself

      posted in Framework
      benoitranque
    • RE: Dependency was not found using a npm package

      you should be using ES6 import instead of require

      posted in Help
      benoitranque
    • RE: Using plugin quasar/vue in Vuex

      No I do not. Try this here, dispatch that action from a vue component

      posted in Help
      benoitranque