Giter VIP home page Giter VIP logo

Comments (6)

peacechen avatar peacechen commented on September 2, 2024 1

I'll work on this as time permits. It's functional so this is a low priority issue. This project needs a detailed list of props like the one at:
https://material-table.com/#/docs/all-props

That's comprehensive but the prop definitions could be improved.

from core.

peacechen avatar peacechen commented on September 2, 2024

Here's how those props work:

hidden: When set, the column does not show in either the table or the columnsButton selector.
hiddenByColumnsButton: This allows the column to show in the columnsButton selector, but it must be set in conjunction with the hidden prop. This has no effect if set by itself.

This is not documented well and isn't intuitive. I propose that we change the behavior so that hiddenByColumnsButton set by itself hides it in the table but shows it in the columnsButton selector. hidden would remain the same and force the column to be removed everywhere (table and columnsButton selector).

Example of how it must be used today:

  const allColumns = [
    {
      title: "My Column",
      hidden: true,
      hiddenByColumnsButton: true,
    },

from core.

oze4 avatar oze4 commented on September 2, 2024

Let me know how I can help!

from core.

peacechen avatar peacechen commented on September 2, 2024

I created a PR to address this. See #24 for more details.

I suggest that we add the list of props to the main Readme. It's a hassle hunting for them on separate documentation pages. That will also free up the demo site to focus on examples.

from core.

oze4 avatar oze4 commented on September 2, 2024

@peacechen I agree. We need a better way to keep track of all props.

from core.

oze4 avatar oze4 commented on September 2, 2024

See here for more #24

from core.

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.