GithubHelp home page GithubHelp logo

edittable's People

Contributors

jdorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

edittable's Issues

Allow for localized refreshes

When adding a new row, there is not need to do a full refresh. The refresh method should accept an optional row and column parameter to refresh either an entire row (if column is blank) or a specific column.

Column Filters

Add column filters to change the appearance of columns in a table.

Each type of filter should be an object with a format and unformat method.

The format method will be called:

  • when saving data from an editor to a table cell
  • when importing rows from JSON

The unformat method will be called:

  • when populating an editor from a table cell
  • when exporting rows to JSON

More than 1 formatter may be applied to a column. They will be formatted in the order they are applied and unformatted in the opposite order.

This should piggy back on the columns parameter already being passed into the EditTable constructor.

There should be an option for whether or not the existing table contains formatted data when instantiating EditTable.

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.