GithubHelp home page GithubHelp logo

Comments (2)

tannerlinsley avatar tannerlinsley commented on May 21, 2024 1

Good point. Filtering in the sense you are thinking of is not supported (meaning, there is no built-in UI to filter). This is unfortunate, and I have thought about including a UI to do this, but at the moment I can't think of a way to do this without making some heavy assumptions.

The way I currently achieve this is by creating my own UI, either inside the table with header or cell renders, or outside the table, that filters my raw data before passing it to the table. In a nutshell, I simply use a text box that filters my data using https://github.com/kentcdodds/match-sorter as I type. Nothing crazy

If you're looking for a more out-of-the-box solution, maybe we can discuss it and come up with something simple that would work easily for everyone.

Regardless of what we do, I would accept a PR to remove filtering and from the README for now until we actually support it out of the box. :)

from table.

tannerlinsley avatar tannerlinsley commented on May 21, 2024

Fixed by replacing filtering with sorting :)

from 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.