Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
reactabular
We are on a mission to make React tables spectacular.
Collective -
Host: opensource -
https://opencollective.com/reactabular
- Code: https://github.com/reactabular/reactabular
github.com/reactabular/reactabular - a1cf8a615cdba11c8e12ecf2fa2681156469bf3a authored over 9 years ago by Juho Vepsalainen <[email protected]>
Not sure if this change makes sense for lib. Need to keep an eye on dist
sizes.
Closes #29.
github.com/reactabular/reactabular - 02ddd47af3caf756b327631bd6956ffde527f68b authored over 9 years ago by Juho Vepsalainen <[email protected]>
This simplifies things further and allows edit/remove to work correctly
with searched data.
Clo...
github.com/reactabular/reactabular - 315a24700bfdf4167e03f46ac74271f62d01e1ad authored over 9 years ago by Juho Vepsalainen <[email protected]>
Now edit/delete gets the correct data when operating on searched data.
The problem is that the c...
github.com/reactabular/reactabular - 5f6efe61ae37530a1b700acaf68a92454b5b8340 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 9913e031ab2b9d56df9fe0c3078c49c36d8873c2 authored over 9 years ago by eviltoylet <[email protected]>
github.com/reactabular/reactabular - 8df88526ab2fb7012dbdf6f8355a8f3ae13944b4 authored over 9 years ago by eviltoylet <[email protected]>
Looks like `defaultValue` cannot be used here as that will work
incorrectly if a row before the ...
Maybe whole `editedCell` mechanism should be exposed as well? That would
get rid of the potentia...
github.com/reactabular/reactabular - 869ec65589d8ce0883771f6824ce8aba1a5bf302 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - e0afe167f6bdc686a500899f3a0684b9550168b7 authored over 9 years ago by Juho Vepsalainen <[email protected]>
It's better just to define `.eslintignore` and invoke `eslint . --ext
.js --ext .jsx`.
github.com/reactabular/reactabular - 1f295ae59a62d291af46f71ce991cff6653f5e25 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 2900d9a8b95339b7b29a9cd55d701225104bec3d authored over 9 years ago by Juho Vepsalainen <[email protected]>
Closes #23.
github.com/reactabular/reactabular - 0843893040ed20ba12483989e1f2137c7a635c19 authored over 9 years ago by Juho Vepsalainen <[email protected]>Big thanks to @spincycle for the report and fix.
Closes #21.
github.com/reactabular/reactabular - ddb6dd0dc9619c64a956a0c933719e9ddaf1d6bb authored over 9 years ago by Juho Vepsalainen <[email protected]>Closes #19.
github.com/reactabular/reactabular - fe5ab962be2d240721edfe30e863861e39156ba0 authored over 9 years ago by Juho Vepsalainen <[email protected]>These should be `func`.
github.com/reactabular/reactabular - 74a5ff7ac19fed383c80f8381d9ac93a8fd0981f authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - 634aca9a49f6ea8956c09994f1d8a74447679168 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 48456d4fa345ea551f082a4180005a785dc7c5bc authored over 9 years ago by Juho Vepsalainen <[email protected]>
`classSet` has been deprecated in 0.13 so better get rid of it.
github.com/reactabular/reactabular - 5dd0671fee6819b0269ace096aa9d904d0ae89f7 authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - cec46a12ee7befdcd3f7d3135cb1207960769d7c authored over 9 years ago by Juho Vepsalainen <[email protected]>
Closes #20.
github.com/reactabular/reactabular - e7f49173a204479adb2a3e5c2cd2d13b7cd98a9b authored over 9 years ago by Juho Vepsalainen <[email protected]>Closes #24.
github.com/reactabular/reactabular - b655413f9af6fc50358d087655ce1901cf915f20 authored over 9 years ago by Juho Vepsalainen <[email protected]>
I need to have another look at this. Something in a newer version has
gone broken (API change et...
github.com/reactabular/reactabular - 728d11e0a2e209f605a6ef6381ed4fb78d5a2fb1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 423c0eca12b7619d0e41401f29c4d72c36381466 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Still need to improve highlighting bit and document it.
github.com/reactabular/reactabular - 61845344484b8ab04d3aec933402d7864ca0fa64 authored over 9 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - c4c59b2a28e871ce70af9ef89ad0103bc8ebf4f1 authored over 9 years ago by Juho Vepsalainen <[email protected]>
Better cohesion this way so let's go with this.
github.com/reactabular/reactabular - ec5db9d7c84f9530fee409858d21de8818d9a5c8 authored over 9 years ago by Juho Vepsalainen <[email protected]>It is a factory that returns highlighter itself. Demo:
```js
var highlight = Search.highlight((...
Closes #22.
github.com/reactabular/reactabular - 59100af538c38b9aaf5404ba0949b6fb9bfb5af6 authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - 1eccaf66d7353e1830f7fff42657bb967704a88d authored almost 10 years ago by Juho Vepsalainen <[email protected]>
This way it's possible to use the same special formatting for table
itself and search results ma...
Now it injects it to search data after invoking search. This data is
needed for highlighting etc.
github.com/reactabular/reactabular - e7a9eadcf371a57e06b1dc64575093c361060f85 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 8bd9bb8ada32e4d01c1f96aeec10b8c2767f073e authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Just needed to make sure it checks against undefined correctly.
github.com/reactabular/reactabular - 6d985708d38541ac12cdabfaae2b15487ee98999 authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - c4ce9a409e1b0680875a93305dea411170bdc9eb authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 037f0db002b4c2dd2ac229a292b8ed3271569557 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - f42ce2e00e80a94a83cc4b63aaf6567f93758bc5 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Just needed to simplify things further. If some item within a cell pipe
returns JSX, it will jus...
First pass at suggested fixes.
github.com/reactabular/reactabular - 9a4ab200a63fb380700b055cc71a27f8abdbd351 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Still need to understand what's up with boolean editor but the basic
design is there. The nice t...
Add a transform field for search on column definition
github.com/reactabular/reactabular - 91bd12d8a693b80958fa1a4cbfc11b47af40149a authored almost 10 years ago by Juho Vepsäläinen <[email protected]>github.com/reactabular/reactabular - 9b501786e37365a23680cbabeff0b60cb33f66ec authored almost 10 years ago by CHANB056 <[email protected]>
github.com/reactabular/reactabular - eb790c8be95749857572eede67b38b807d6794a4 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Now all Webpack configuration is in a single file. The old entry points
act as adapters (they ju...
Looks like React will fail without this as it cannot find `process.env`.
github.com/reactabular/reactabular - 9dd296ce923a1b4e35d605f2576e6a8bbeb5ae53 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
I'm not sure if other bits would benefit from this. Table is likely the
most important one to do...
Replaced with lodash.
Closes #16.
github.com/reactabular/reactabular - 176dde27a7b1dc24b81b4cbbf534cbbb503d87e0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>Looks like Firefox requires this.
github.com/reactabular/reactabular - 8e860a48421c868cd9c9fb04c59cdc073b8ea110 authored almost 10 years ago by Juho Vepsalainen <[email protected]>Related to #13.
github.com/reactabular/reactabular - 599c791a99b43a9d0f348683aaaaa6a0500ec76c authored almost 10 years ago by Juho Vepsalainen <[email protected]>
For this to work I needed to pass both original and formatted value to
cell. Cells can then use ...
Extend search to allow for predicates
github.com/reactabular/reactabular - 3fd6b8037f8e3343164ef30bffddb238fdd131be authored almost 10 years ago by Juho Vepsäläinen <[email protected]>github.com/reactabular/reactabular - f78aae7fd8f696e377bc1a5e792bda2d214c77ab authored almost 10 years ago by CHANB056 <[email protected]>
They should point at local page data, not all. Previously it would edit
the first page always!
This should help with Travis issues.
github.com/reactabular/reactabular - 32eac77e1c72e4c519a399ae7aff968a6d82ee40 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Hopefully this helps with the failing tests. Now dependencies should
have nicer declarations for...
github.com/reactabular/reactabular - d50750efd591da5fb9ddbf2344200118342902d5 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Generalize `column.cell` to `column.formatter` and `column.cell`
Now search should get format...
github.com/reactabular/reactabular - 2bbc61854867ae53aea4be19145862d538edfe87 authored almost 10 years ago by Juho Vepsäläinen <[email protected]>github.com/reactabular/reactabular - d936c77634242c7ae31ba938b3550d63e9177fcc authored almost 10 years ago by Brian Chang <[email protected]>
Closes #10.
github.com/reactabular/reactabular - 6f0a742006a21cc12355f88b604a2ab1fe231405 authored almost 10 years ago by Brian Chang <[email protected]>Node adds webpack/jest to PATH automatically!
github.com/reactabular/reactabular - 21365ba8ce8c662471e26df3bcd105e2c6bd3661 authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - 779e03ec5811f6eb88d156a99349ee8c61aa9b92 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Importing Skylight is simpler now. `node_modules` was excluded so it
failed to process it correc...
github.com/reactabular/reactabular - 135c03b13953471b3a2e9f1250459f3a184012ac authored almost 10 years ago by Juho Vepsalainen <[email protected]>
This should avoid issues with multiple installed React versions.
Reference:
https://stackoverflo...
github.com/reactabular/reactabular - d49fe770f0310417a544e9accd3ad1080b61f1cb authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Update README.md with working formatter sample code
github.com/reactabular/reactabular - 90c89ed089a1da343a32f8201ae2632f8537b5bd authored almost 10 years ago by Juho Vepsäläinen <[email protected]>github.com/reactabular/reactabular - 1dbb1b7fb52e4cbf11f76a07145d6212ee293722 authored almost 10 years ago by CHANB056 <[email protected]>
github.com/reactabular/reactabular - 10f90ff9d23c6809437cd02bfcd84b65ec10ad5a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 379ad0937330b4ace1a1729e5c718690fc1ad11b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - b467f31be350ac92d5fc346a954e04c55cd09fef authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 10d188eb468187d3bd09c5dd0f5f4913c4fc744f authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Absolute positioning was problematic when scrolling.
github.com/reactabular/reactabular - b041929a581103fe0cc00e8bcf4600c1810fdf2f authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - 210c4574baddc7d73d90058e6497cb87c9d1ee7b authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - b056f1516e91220cfdc34b9171178da29347bc48 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - f6275879a14f7ddc9994d2408a5b65921b6accfa authored almost 10 years ago by Juho Vepsalainen <[email protected]>
Replaced it with a sticky one.
github.com/reactabular/reactabular - 2836b059f613fa52fd9bb70a7bb6133dd79c38de authored almost 10 years ago by Juho Vepsalainen <[email protected]>Much better this way.
github.com/reactabular/reactabular - 8678943908105150ebff759a14fdc3f56f2bab1a authored almost 10 years ago by Juho Vepsalainen <[email protected]>github.com/reactabular/reactabular - 5c764c2dd7ccc335cd546acf915b3bc963c0da79 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - ba8fed302d85739ec3c9308ef6fe06346648b880 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - def002c492ccea8b9ff5bd8e199f6200fe401347 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - c2e726050ce0992903894164a91ce4adc7ef5e8a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 301ef9d62c7cc470aad7f5bf30a7f97f42ee706e authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - e571f0d1422287970c287f0c6b1332c81f8a6603 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 1ae4f8570aa10e44039193fb04f59ad4d4a83d8e authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 3195275877d40fed36f137ca18a82ec1a81eacbf authored almost 10 years ago by Juho Vepsalainen <[email protected]>
The problem with this is that the generated dist won't get into the
repo. Ideally there would be...
github.com/reactabular/reactabular - d4ac1224109bcd50d64cda1ef42f2aa681ed56c9 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
This might actually require additional commit to work correctly... Still
experimental.
github.com/reactabular/reactabular - 898bc6e6296c46faab9392dac5719517fcbf8309 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 1759345fa16b5020d3be8f43d960312c177e7f1a authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - bb05af5d272a0a41bf37ce6eed5f282a357050d0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 97c330455c0178840aa886cb2a82f92ac16964f4 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - af8c77de2bfcceec5c98ac006a63d3a43e1e5d50 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 8e15dc61237e0c6b4899cb542d255d632efa1590 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 178ad7643e5c45e676bc659a24336cfe314a8dd0 authored almost 10 years ago by Juho Vepsalainen <[email protected]>
github.com/reactabular/reactabular - 8a0852ec11f28a35dfaf38a5fb403e3806f27ac7 authored almost 10 years ago by Juho Vepsalainen <[email protected]>