Git Product home page Git Product logo

Comments (3)

gregnb avatar gregnb commented on May 18, 2024

Changing the columns data to be an array of objects is something I've been thinking about. I started this project to make it as easy as possible to get going. One idea I have is this package could accept two forms of columns.

Option 1:

const columns = ["Name", "Company", "City", "State"];

Option 2 (if you need more flexibility):

const columns = [
  { 
     name: "name", 
     options: { whateverOptions }  
  }
  ...
];

from mui-datatables.

jungrafael avatar jungrafael commented on May 18, 2024

That would be perfect! Exactly this structure I also thought would make sense and would even be backwards compatible :)

from mui-datatables.

gregnb avatar gregnb commented on May 18, 2024

Hey @jungrafael so I've refactored this package to correctly use mui themes and no longer take in options with my own styling system. That was done so it could align properly with material-ui and not having me roll my own solutions. Because of that, I'm not going to provide per component basis styling. You'll only be able to provide a theme which will affect all or none

from mui-datatables.

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.