Code Monkey home page Code Monkey logo

react-data-grid-extensions's Introduction

Diogo ๐Ÿ‘พ

๐—” ๐—ฝ๐—ฎ๐˜€๐˜€๐—ถ๐—ผ๐—ป๐—ฎ๐˜๐—ฒ ๐˜๐—ฒ๐—ฐ๐—ต๐—ป๐—ผ๐—น๐—ผ๐—ด๐—ถ๐˜€๐˜, ๐™„ ๐˜€๐˜๐—ฟ๐—ถ๐˜ƒ๐—ฒ ๐—ถ๐—ป ๐—ฏ๐˜‚๐—ถ๐—น๐—ฑ๐—ถ๐—ป๐—ด ๐—ฒ๐—ป๐—ฑ ๐˜๐—ผ ๐—ฒ๐—ป๐—ฑ ๐˜๐—ฒ๐—ฐ๐—ต๐—ป๐—ผ๐—น๐—ผ๐—ด๐˜† ๐˜€๐—ผ๐—น๐˜‚๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐˜‚๐˜€๐—ถ๐—ป๐—ด ๐—ฐ๐˜‚๐˜๐˜๐—ถ๐—ป๐—ด ๐—ฒ๐—ฑ๐—ด๐—ฒ ๐˜๐—ฒ๐—ฐ๐—ต๐—ป๐—ผ๐—น๐—ผ๐—ด๐˜†. ๐‘€๐‘ฆ ๐‘’๐‘ฅ๐‘๐‘’๐‘Ÿ๐‘ก๐‘–๐‘ ๐‘’ ๐‘™๐‘Ž๐‘ฆ๐‘  ๐‘–๐‘› ๐‘Ž๐‘Ÿ๐‘โ„Ž๐‘–๐‘ก๐‘’๐‘๐‘ก๐‘ข๐‘Ÿ๐‘’, โ„Ž๐‘Ž๐‘›๐‘‘๐‘ -๐‘œ๐‘› ๐‘’๐‘›๐‘”๐‘–๐‘›๐‘’๐‘’๐‘Ÿ๐‘–๐‘›๐‘”, ๐‘Ž๐‘›๐‘‘ โ„Ž๐‘Ž๐‘Ÿ๐‘‘๐‘๐‘œ๐‘Ÿ๐‘’ ๐‘š๐‘Ž๐‘›๐‘Ž๐‘”๐‘’๐‘š๐‘’๐‘›๐‘ก.

Born and living in ๐Ÿ‡ต๐Ÿ‡น after a few years in ๐Ÿ‡ฌ๐Ÿ‡ง. Exploring ๐ŸŒŽ

You can find more about me at my personal website.

๐Ÿ‘ท๐Ÿป My expertise lies in ...

JavaScript TypeScript

React.js ReactNative GraphQL

NodeJS AWS Postgres Apache Kafka

Docker Terraform CircleCI GitHub Actions

๐ŸŒฑ Iโ€™m currently learning ...

Go CockroachLabs

๐Ÿ“ซ How to reach me ...

LinkedIn Gmail

โญ๏ธ My favorites ...

react-data-grid-extensions's People

Contributors

diogofcunha avatar ronnielsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

react-data-grid-extensions's Issues

Make the package a wrapper around RDG and enable features based on props

Idea

This package should act mainly as an HOC (High order component) around react-data-grid, the extensions to enable would depend on props injected to the HOC, all the remaining props that are rdg related need to be propagated down. Still modules like the Editors and Formatters would be exposed in different npm packages.

What it should look like

const ExtendedGrid = rdgExtensions(ReactDataGrid);
// ..
// render an extended grid
<ExtendedGrid 
   gridProps={...}
   extensionProps={{
      columns: {
         onColumnsChanged: ...
         ...
      },
      alignment = {
         onCellAlignmentChanged: ...,
         renderer: ...
         ...
      }
   } />

Improvements on the dynamic columns operations

Support for column add

Add support for adding new columns

Unify the column updates to a single callback

Expose the update types in the npm package as an enum for example and send them in the callback

const COLUMN_UPDATE = {
   ADD: 0,
   EDIT: 1,
   DELETE: 2
}

Dynamic columns for standard case should work without any extra code

The logic in the example grid should work without need for callbacks, callbacks should act only has an option if the user wants to customise.

Can we have context menu

im using react-data-grid-extensions only in my production development code im trying to do that last 2days please give me some suggestion @diogofcunha
for add row delete row

thanks

Overwrite Key Bindings

Is there any way to overwrite the tables default key bindings? For example when using the day picker, can you not navigate with your key board arrows?

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.