Git Product home page Git Product logo

Comments (7)

ratiw avatar ratiw commented on September 7, 2024

Not on the client side. As it is designed to request everything from the server side.
If you implement the search/filter on your server side, vuetable will be able to send that search query/filter back to the server via append-params property. But right now, it lacks a way for the component user to interact with it programmatically. I'll think of something to allow that.

from vue-table.

nacr avatar nacr commented on September 7, 2024

Hello @ratiw so what parts would need to be developed?

I opened this because I need to substitute datatables and it has the ability of search.

For what I see your solution using laravel pagination is perfect ๐Ÿ‘

from vue-table.

ratiw avatar ratiw commented on September 7, 2024

@nacr-dev I just expose more events that will allow main vue.js instance to broadcast the reload, refresh, and goto-page events back to vuetable. So, you can programmatically force it to reload the data when needed. For example, you may have updated a parameter and need to reload the data from the server with that updated parameter. You now can $broadcast('vuetable:refresh'), which vuetable will pick up and reload the data by sending the query string that is re-constructed from those parameters' value. It will be useful when implementing the filter function later.

from vue-table.

nacr avatar nacr commented on September 7, 2024

Fantastic, hope to see the end result. โ˜บ

from vue-table.

nacr avatar nacr commented on September 7, 2024

Hello any news?

from vue-table.

ratiw avatar ratiw commented on September 7, 2024

@nacr-dev The new events had already been push up a few day ago. Today, I just finished update the bootstrap and semantic ui examples to demonstrate the search feature. Please find them in the examples directory. I also update the wiki Sample Data Using Laravel to demonstrate how the filter query string is detected to do the search functionality.

Cheers,

from vue-table.

nacr avatar nacr commented on September 7, 2024

Excelent news tks :) ๐Ÿ‘

from vue-table.

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.