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

docs - Document `header/cell.column`

github.com/reactabular/reactabular - cda279635857fd80ff503bdb782665f6507d7f98 authored over 8 years ago
docs - Implement header drag and dropping logic

github.com/reactabular/reactabular - 50101050cf9099504c0a072a2783c2ecd2888424 authored over 8 years ago
docs - Wire drag and drop so that logic can be implemented

github.com/reactabular/reactabular - b1e3095d4378c3ba9db5a701d31f5714b0d1168b authored over 8 years ago
docs - Capture drop at the drag and drop example

Still need to handle the logic.

github.com/reactabular/reactabular - 51dd783088f66d0f0771097cfa3f02434f328ffb authored over 8 years ago
table - Add `component` hook for customizing header/cell rendering

It's possible to inject a custom component here. Handy for drag and
drop. It's possible to drag ...

github.com/reactabular/reactabular - 801986831a00e9d24c4841ac26607fdbac425c15 authored over 8 years ago
docs - Add better test data for drag and drop

github.com/reactabular/reactabular - 25530e1eb37bfe9bab2cbb00cde12e9e764d7bcd authored over 8 years ago
docs - Hook up drag and drop context

github.com/reactabular/reactabular - d75082c14d8f05df946c9b4180563244402d04ce authored over 8 years ago
docs - Add a stub for drag and drop example

github.com/reactabular/reactabular - 73126a6de0441b0e61848653f040dacb20d9e71c authored over 8 years ago
search - Add stronger checks against invalid data

github.com/reactabular/reactabular - 12b96dcfe758d829d8f0782fca328999eb51aa72 authored over 8 years ago
docs - Set up a sort reset example

github.com/reactabular/reactabular - 0c59833ae5ce5d50db885ede061db22edfc590b2 authored over 8 years ago
docs - Add more demo data to "sort and search" example

github.com/reactabular/reactabular - 808320fe286c17357de57b73f9949c84e4d00f2e authored over 8 years ago
docs - Show how to push row handler to class level

github.com/reactabular/reactabular - 16b49ec28ba6bf0ecdf4dbfe97aaebfec970680c authored over 8 years ago
docs - Decrease the amount of data the tree table example generates

Probably need to allow the user to generate more on demand.

github.com/reactabular/reactabular - c76469bb382b2ba74e4baac1e0e4cfdeff846d45 authored over 8 years ago
docs - Add a sanity check against possibly missing data at the Excel example

github.com/reactabular/reactabular - d94c04182d9e562e4709a062b72be6f06f21daec authored over 8 years ago
docs - Add a small evaluator to the Excel example

This actually works now. There's `eval` but I didn't feel like
reimplementing that. Resolving ce...

github.com/reactabular/reactabular - 4528eac67bfbd455d919710201c03c98981f96c4 authored over 8 years ago
docs - Evaluate `=A1` kind of statements at the excel example

github.com/reactabular/reactabular - 3845797e11ba97503603029032c4735f69cb5f92 authored over 8 years ago
docs - Add a stub for Excel example

Just editing works, no evaluation yet.

github.com/reactabular/reactabular - c5834f6a49ab9e0d9123ab0e4618ad162d2ee79f authored over 8 years ago
table - Pass `columnIndex` and `rowIndex`

These need tests but adding them for now.

Related to #157.

github.com/reactabular/reactabular - 2dde40538098b0b3419ab1238d2a22d222165738 authored over 8 years ago
table - Accept array input

This seems to just work thanks to `lodash.get`. `rowKey` check should be
loosened for this case,...

github.com/reactabular/reactabular - 855ea3c150962b78ab46fd61a810f869bd404663 authored over 8 years ago
docs - Generate more test data for the tree table

This would get more interesting with sorting, search etc. Sorting would
likely need logic of its...

github.com/reactabular/reactabular - bbbb4cb959b393b9796b460b6ef0b4f4827fc45e authored over 8 years ago
docs - Clean up tree example

github.com/reactabular/reactabular - aa73095d76732c69fa9ff67dd4dbb07974836096 authored over 8 years ago
transforms - Default to deep merging behavior (right to left)

Related to #157.

github.com/reactabular/reactabular - fd35793c1663fbf8bac88c5db8b9684ef5dfec97 authored over 8 years ago
sort - Allow sorting order to be customized

You can pass an object describing the sorting order now.

github.com/reactabular/reactabular - 37f4298e4c2607c77c6d9747e2b7e8285deb90bf authored over 8 years ago
docs - Show multi-column order numbers at the full example

Still a little rough looking. Proof of concept.

github.com/reactabular/reactabular - ba1b455f64bf831bc50778c97f38382802340f34 authored over 8 years ago
docs - Fix formatter signatures

github.com/reactabular/reactabular - 1a4d8816b7b8a8828e7da631f6faf202ed21aa94 authored over 8 years ago
table - Pass `column` to `transforms` and `format`

This is useful information if you need to do checks against the current
`column`.

github.com/reactabular/reactabular - d800c0a9c76e854632a2b2a9a989b9c08bc28337 authored over 8 years ago
style - Fix `sort-none` padding

This needs less padding due to the font size.

github.com/reactabular/reactabular - d5940d9c93d0a60f1ef97704a6c5c521df2c894e authored over 8 years ago
transforms - Support `transform.toFormatter`

This allows you to use transforms within `format` giving more
flexibility. Instead of having to ...

github.com/reactabular/reactabular - 88997115a1f6f8c40d271a750c37d8f88da11160 authored over 8 years ago
transforms - Simplify implementation

No need for `propTypes` here anymore.

github.com/reactabular/reactabular - d203fe2c45508897dd68a713912d9e37706d0e97 authored over 8 years ago
style - Attach hand cursor only to .sort

github.com/reactabular/reactabular - db581d231a89703120f830a5bb158c0a3c486278 authored over 8 years ago
webpack - Use normal React during development

HMR needs this.

github.com/reactabular/reactabular - 66b5bcb2e70e3ad68e058e92f466472c000acb08 authored over 8 years ago
table - Generalize `transform` to `transforms`

Now it accepts an array. Note that it's evaluated from left to right.
Later results override alt...

github.com/reactabular/reactabular - 1d6dc444f0ce3abc9322b82a7fc60a9b7ffa4f43 authored over 8 years ago
docs - Improve full table example outlook a notch

Now the header items are inline.

github.com/reactabular/reactabular - 669850d228d6cf9105fdbd0775a7f65f03b9a413 authored over 8 years ago
style - Tidy up sort styles

github.com/reactabular/reactabular - cac28a519c3f101e97dc7daa28e5857595d3b8ad authored over 8 years ago
transforms - Attach `sort` class to sort for easier styling

github.com/reactabular/reactabular - c05c64d8cfab1c679157f49abbc5ba11f5891534 authored over 8 years ago
style - Improve formatting

github.com/reactabular/reactabular - c687f4ae4c1765da4d727b02d1c56a4edcd70efe authored over 8 years ago
style - Add arrow up/down default for .sort-none

github.com/reactabular/reactabular - f6937cc6247f2f5bad2ec0671c2bbcc8f463d8ea authored over 8 years ago
sort - Add better test for multi-column sort

github.com/reactabular/reactabular - 130877f7a98573042d50b311842577fd1fb85731 authored over 8 years ago
docs - Set up jsx alias

Now the README should render properly on GitHub/npm.

github.com/reactabular/reactabular - c844c6a869acf3403e59f6b01765b7e854c34e52 authored over 8 years ago
sort - Make sure sort transform defaults to `sort-none`

github.com/reactabular/reactabular - e1abfd9c0576403dc983c41caf96d9b7f4882735 authored over 8 years ago
Add lodash back to peerDependencies

Forgot this is needed for the Node version. Dist will still bundle the
lodash bits, though, so t...

github.com/reactabular/reactabular - bcef2aa9750ae8702f990c364b35380258d1cfc5 authored over 8 years ago
search - Add a test to verify that `resolve` was called correctly

github.com/reactabular/reactabular - afdb7b5b17aca3ca2f80265f8f2cb6fe010b8504 authored over 8 years ago
Add @skosch to contributors

github.com/reactabular/reactabular - 52de8e67114358130eb1614f766e3dd9868bc109 authored over 8 years ago
Merge pull request #158 from skosch/patch-1

Use full resolver incantation

github.com/reactabular/reactabular - 5eafcf55119c7051e258f5424da8777c53642b5a authored over 8 years ago
Use full resolver incantation

github.com/reactabular/reactabular - 054760f4144b34e39824d412cf6241792e75a818 authored over 8 years ago
sort - Make sure `sorter` does not crash if `property` is missing

github.com/reactabular/reactabular - 51391ac69e76f9cfbb8ba8579e33407f946a1854 authored over 8 years ago
docs - Add a missing import

github.com/reactabular/reactabular - 7847bac9bd2b3bfd570df06a76c6561e1c6141bf authored over 8 years ago
webpack - Resolve the site to `react-lite`

Seems to work. A little lighter this way.

github.com/reactabular/reactabular - a2f0150a07ebb87bf2d1ed9a637b03bcf085be00 authored over 8 years ago
webpack - vendors -> vendor

github.com/reactabular/reactabular - 5652cafdb52e144c2255f2ec0eeb7f85eae4f7fe authored over 8 years ago
webpack - Push json-schema-faker to the vendor bundle

github.com/reactabular/reactabular - 0bfee88d47640904f3409357ca7c89e3d425f32b authored over 8 years ago
docs - Add highlighting to column definitions

github.com/reactabular/reactabular - b06357c05fb906db66ad1c7a58f4efc7e8049df4 authored over 8 years ago
docs - Improve column definition formatting

github.com/reactabular/reactabular - c99d5de7d2eaf84d61fd5359913594a9e4408806 authored over 8 years ago
docs - Add a "StatefulTable" demo

github.com/reactabular/reactabular - eca3e91bda9794f40a59a5d1be37093f366af2b5 authored over 8 years ago
table - Add checks against invalid `transform` data

github.com/reactabular/reactabular - cf463c884722593d66b09bb2fa759164ecd14346 authored over 8 years ago
tests - Improve table test organization

Now `Table`, `Table.Header`, and `Table.Body` are in suites of their
own. Easier to manage.

github.com/reactabular/reactabular - 925e9d2729ba8c6aecaa5894ce6e770230a5effc authored over 8 years ago
Set up .npmignore to make the npm version lighter

github.com/reactabular/reactabular - 7303b2f17b1c0a8660fe7a0b038da3b9876cc764 authored over 8 years ago
docs - Add an example showing how to sort and search at the same time

github.com/reactabular/reactabular - d75b8db22acd63ef00d4a9b0d1551bbed388a8f5 authored over 8 years ago
webpack - Point directly to js-yaml to get rid of webpack warning

github.com/reactabular/reactabular - 6f91385e27f7c880a54b3954504c3cb8ed47119b authored over 8 years ago
webpack - Drop a redundant `resolve.alias`

github.com/reactabular/reactabular - 166ab7d6028334dcd1d335de54703a4be55271a8 authored over 8 years ago
docs - Do not render "All" for `Search` if there is only one column

github.com/reactabular/reactabular - 542efacdbb2423140e4b0631c969a7a48ecb5beb authored over 8 years ago
docs - Add step by step instructions for `Search`

github.com/reactabular/reactabular - c71a79a3bc0ae99b850a35dbeae9cb2ed640317a authored over 8 years ago
docs - Improve pagination documentation formatting

github.com/reactabular/reactabular - 369828d27a93031b6db6e23cdd099b08cd2dffca authored over 8 years ago
docs - Document sort API

github.com/reactabular/reactabular - 4859763788052eefac88131e2e7cfa1e746f1410 authored over 8 years ago
docs - Split up editors/sort so they are easier to document

github.com/reactabular/reactabular - 3a6864214757169703c4b72f8dee2d9bfa2f8f51 authored over 8 years ago
docs - Refresh editors documentation

github.com/reactabular/reactabular - cdfd61b550be543a5e0175b66a3563d13cd1a8ad authored over 8 years ago
docs - Document transforms

github.com/reactabular/reactabular - 94b4e44842e656fd98cfad0442b94d23684c9f90 authored over 8 years ago
docs - Document formatters

github.com/reactabular/reactabular - 975a41fbb5f8e86d2c5ac3ea28d46654830adef2 authored over 8 years ago
Merge branch 'master' of github.com:bebraw/reactabular

github.com/reactabular/reactabular - 15db510986b6fc9e040457f099b964b6abdc9a74 authored over 8 years ago
Merge pull request #155 from uneart/master

docs - Fix broken link to react-pagify

github.com/reactabular/reactabular - 7b1cda7d3b68033583ec5799a59701f8ed08e74f authored over 8 years ago
docs - Give `Table` documentations a quality pass

github.com/reactabular/reactabular - a46bfdff33e00cd9a3790234af1a5ee5418282e6 authored over 8 years ago
docs - Fix link to react-pagify

" in url led to 404 error.

github.com/reactabular/reactabular - d0f9161bd08c773252ce0e1813277c70b71df492 authored over 8 years ago
sort - Push sorting API to object format

This is the same as elsewhere in the API. Consistent now.

Related to #148.

github.com/reactabular/reactabular - a6ec68a039c7065619e09476965b10d6a908ef5c authored over 8 years ago
docs - Simplify highlight definition

github.com/reactabular/reactabular - 4a7197451865011aa23a1a1d595521f0714eedb0 authored over 8 years ago
docs - Structure so that it maps to the source of the component

This feels easier to approach and document. There are still blanks to
fill.

github.com/reactabular/reactabular - 3ff522d86b9ab8c3eefa0553c50f8fe7fb927339 authored over 8 years ago
docs - Make sure highlight all works correctly

This needed an extra check.

github.com/reactabular/reactabular - c6f9ef047a35b160bbeaa509caec46cdf8940ea8 authored over 8 years ago
Lint before testing

Faster this way.

github.com/reactabular/reactabular - f8a1311376f7dd646708b4282b0d941dc002996e authored over 8 years ago
docs - Fix `Search` dropdown

`value` -> `label`.

github.com/reactabular/reactabular - 8919965e7c51224583803df3e35cdc20eabcb9bc authored over 8 years ago
Update dependencies

Mocha needs dummy configuration now. Else it will fail rather messily.

github.com/reactabular/reactabular - 612014f047bb3fa79d51988ae72f3050bece3f65 authored over 8 years ago
table - Push `rowKey` to context

This is cleaner especially if there are multiple `Table.Body` elements
around.

github.com/reactabular/reactabular - 01e9c57bbb7b3f1e81089a351bf4f999b1abcb5a authored over 8 years ago
lint - Drop trailing commas

Closes to standard JavaScript now. This goes against airbnb style guide
but that's ok.

github.com/reactabular/reactabular - d7e6a5d1d3997d60da1e34749356d28656fa2aaf authored over 8 years ago
env - Enable caching for eslint

github.com/reactabular/reactabular - 873a91b83f923688517910c6bf1f522f958ae767 authored over 8 years ago
docs - Clean up `FullTable` constructor

github.com/reactabular/reactabular - cd9a7f740aa2badd600d1cbe1c67dfe44d07deaa authored over 8 years ago
docs - Push `paginate` to `FullTable`

Neater this way.

github.com/reactabular/reactabular - 2dc59b0e2eb4b0bcbc100e7aa784a62b53ac755b authored over 8 years ago
docs - Simplify country definition

github.com/reactabular/reactabular - 8bc1938bcad259522d4ebd35836fa3133a15e09a authored over 8 years ago
docs - Port `FullTable` example to use faker

github.com/reactabular/reactabular - 3d3495c3d8a2f5c594cab85b4b369c02cf77d44d authored over 8 years ago
search - Search only from the specified column

There was a naming glitch so it searched all columns no matter what.

github.com/reactabular/reactabular - d6f636b398740166825abb23c8fc94f6dd961927 authored over 8 years ago
docs - `value` -> `label`

github.com/reactabular/reactabular - 579f2e666aef673212279d7a102f5fb59d53ef79 authored over 8 years ago
travis - Use svg badge over png one

github.com/reactabular/reactabular - 135643b0053615f25a78c053e421c8228fafcb35 authored over 8 years ago
readme - Show alerts as table headers are clicked

github.com/reactabular/reactabular - 574281739e88c9166442b7d366a70b14dde5afcf authored over 8 years ago
table - `header.value` -> `header.label`

A little clearer this way.

github.com/reactabular/reactabular - 0e7e63a499657cbb84408d6c621c810eab4321c2 authored over 8 years ago
search - Evaluate `resolve` correctly

This used `value` instead of `resolve`. Related to #148.

github.com/reactabular/reactabular - 485b5f6183c9c10afaec2c5f2c2a0a29f242a947 authored over 8 years ago