Coder Social home page Coder Social logo

Comments (9)

jayna06 avatar jayna06 commented on May 9, 2024 1

Is filtering and sorting supported now???

from ra-data-firebase-client.

aymendhaya avatar aymendhaya commented on May 9, 2024 1

Hi, please check v3 release and demo at https://aymendhaya.github.io/ra-data-firebase-client

from ra-data-firebase-client.

aymendhaya avatar aymendhaya commented on May 9, 2024

Hi @alfonsodev , thank you for your suggestion and sorry of late reply

Updates supporting filtring & sorting will be published January 13th. I will close this issue when updates are published on the next version.

Have a good hack

from ra-data-firebase-client.

VincentCtr avatar VincentCtr commented on May 9, 2024

Hello @aymendhaya do you have any news about the release of this feature ?

Thank you again for this amazing work.

from ra-data-firebase-client.

VincentCtr avatar VincentCtr commented on May 9, 2024

For those who are looking for this feature:

I added the search feature to the methods on https://github.com/welovedevs/ra-data-firebase-client

from ra-data-firebase-client.

jayna06 avatar jayna06 commented on May 9, 2024

Hello @VincentCtr yes its working but you need to find with full value .. if name then you need to give full name to find..
I think you should use indexof instead of startwith.. so it works correctly...??
if (propsToFilterToString.indexOf('' + filterValue)>-1)

from ra-data-firebase-client.

VincentCtr avatar VincentCtr commented on May 9, 2024

Hello @jayna06 ,

Thanks for the feedback, I updated the PR using includes.

I also removed the npm package as one of my coworker told me that it was not a good practice to add a new package to the registry for a PR.

Use this command to add the package:
yarn add https://github.com/welovedevs/ra-data-firebase-client.git#master

from ra-data-firebase-client.

jayna06 avatar jayna06 commented on May 9, 2024

@VincentCtr great .. Thanks for the update and making this filter too 👍

from ra-data-firebase-client.

brownieboy avatar brownieboy commented on May 9, 2024

@VincentCtr,

Your PR worked for me first time! I was able to filter my DataGrid on a ReferencField in a way that the main package did not allow, and I didn't have to change any code. 👍

We need this merged into the main ra-data-firebase-client asap.

from ra-data-firebase-client.

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.