Code Monkey home page Code Monkey logo

Comments (6)

pratik227 avatar pratik227 commented on July 26, 2024

I don't think You can use that directly. But you can copy paste the QGrid Component code that uses that component and it will work.

from quasar-qgrid.

muzammil17 avatar muzammil17 commented on July 26, 2024

Is it possible for you to provide the code of qgrid table having search filter on each column ?

from quasar-qgrid.

pratik227 avatar pratik227 commented on July 26, 2024

It's there in the documentation. see the example for Column Filter. <q-grid :data="data" :columns="columns" :columns_filter="true"></q-grid>

from quasar-qgrid.

muzammil17 avatar muzammil17 commented on July 26, 2024

Its not possible to download qgrid extension in vue cli

from quasar-qgrid.

pratik227 avatar pratik227 commented on July 26, 2024

But you can copy that component code in your project and you can use that component. - https://github.com/pratik227/quasar-qgrid/blob/master/app-extension/src/components/QGrid.vue

from quasar-qgrid.

pratik227 avatar pratik227 commented on July 26, 2024

Codepen - https://codepen.io/Pratik__007/pen/zYqegKK

In Codepen - I have changed just 1 code

this.uuid = '501e7ae1-7e6f-b923-3e84-4e946bff31a8';

You can use that quasar uid() function

import { uid } from 'quasar'

let uid = uid()

You can refer the codepen code.

from quasar-qgrid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.