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

select - Note that Reactabular expects you to maintain editing state within row data

Related to #191.

github.com/reactabular/reactabular - 4fd91e2199131009773c1eeb5a1530a2b522ccac authored over 8 years ago
reactabular - Update changelog

github.com/reactabular/reactabular - f8b41e14d0fc698a10f9d9c22872998f07016d1b authored over 8 years ago
sticky - Allow `onScroll` handler to be defined for Body

github.com/reactabular/reactabular - c97c5cb210f2c641a80c56b58903456a80973d35 authored over 8 years ago
sticky - Simplify example a notch

github.com/reactabular/reactabular - 81c1f553d52b1c0188093271b247b1279a823fde authored over 8 years ago
sticky - Fix typo at import

github.com/reactabular/reactabular - a458bdae65e7ce20449c9859a778802f6bea3ec8 authored over 8 years ago
visibility-toggles - Fix typo at readme

github.com/reactabular/reactabular - be87d42503ac8ad846789023bce3f01052e133fa authored over 8 years ago
sticky - Calculate extra padding to body to match header width

This is needed to take possible scrollbar width into account.

github.com/reactabular/reactabular - 894cc3f1f1b46fb956994118c450be9ca8c72e2b authored over 8 years ago
webpack - Push react-github-corner to vendor

github.com/reactabular/reactabular - 07d42649ebbcccc6796b0a1b2b20bd4ba3331655 authored over 8 years ago
easy - Escape early if no columns are provided

github.com/reactabular/reactabular - ce419471f68cfdb6bbd317f887dabba58d337ded authored over 8 years ago
reactabular - Fix typo

github.com/reactabular/reactabular - c8efa2ca621f5cfa440fe894f56b4bc0f2a1bebd authored over 8 years ago
webpack - Simplify dist configuration a notch

github.com/reactabular/reactabular - a02cea89eb9e031a27f3da3e72f9b9b0074fed3c authored over 8 years ago
package - Drop lodash babel/webpack plugin

Just extra complexity for this project. It's better to leave that to
user space.

github.com/reactabular/reactabular - b743ca2cfd0fa89d63f613385c2d5ad02f7fd523 authored over 8 years ago
react-edit - Allow value rendering to be customized

github.com/reactabular/reactabular - cc5a636764c0fb915a668f04649fa190deecde7f authored over 8 years ago
resolve - Do not crash if rows aren't provided

It will return an empty array in that case.

github.com/reactabular/reactabular - 301d927728b3ce47676e2c2ab5ecae20e914f57b authored over 8 years ago
build - Transpile to ES5 instead of ES6

The ES6 transpilation missed object rest spread within ES6 classes so we
have to settle for a no...

github.com/reactabular/reactabular - 6f443d98d7e0144a1d51a34e0f5cacea5cf9deae authored over 8 years ago
table - Split up row components to files of their own

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

github.com/reactabular/reactabular - 5ff4d78ad8d7677fbc22b3ef3c2a6a4d9fb77031 authored over 8 years ago
babel - Simplify configuration a notch

github.com/reactabular/reactabular - 36f2f87f7bed8f2f26277f17f5638280cc36e169 authored over 8 years ago
babel - Add missing dist configuration

github.com/reactabular/reactabular - 65c2ec7dc0305ede0c91c04b26c757c1442b6c2b authored over 8 years ago
resolve - Fix nested resolve example

github.com/reactabular/reactabular - 2378739c1da00562d0a9eafaedbf3561b8d2d769 authored over 8 years ago
table - Replace `ColumnFilters` with `SearchColumns` at readme

github.com/reactabular/reactabular - 5b1ca0f7f4da87693968b70bbd41ebd89fdb0d27 authored over 8 years ago
table - Push `property` to the right place at a readme

github.com/reactabular/reactabular - 7aab27001a12143428adce04d372263ea4a27898 authored over 8 years ago
react-edit - Add jsx example

github.com/reactabular/reactabular - cc6cb611393b8af5a71277a240f3b7135a6083d3 authored over 8 years ago
tree - Push demo performance further

Now it does more work when you trigger an operation like sort or search.
Seems to perform well u...

github.com/reactabular/reactabular - 30df1885ba0e66429322b4ba01c2574b6641b140 authored over 8 years ago
search-field - Override `query` `onChange` instead of patching

github.com/reactabular/reactabular - f8734bc395b8f735420c05d90325eaf21c2ecf18 authored over 8 years ago
easy - Push `sortingColumns` control outside of the component state

Now you have to control this yourself. It's better to handle it this way
as it gives you more fl...

github.com/reactabular/reactabular - 516d69279be41c3fc257b44404a25fe17a053634 authored over 8 years ago
sort - Support `fieldName` at `sort.reset`

github.com/reactabular/reactabular - adfab4443a7feaf492c6c11fb1ce6a859678eda9 authored over 8 years ago
easy - Push `onFinishMove` inline to clean up code a notch

github.com/reactabular/reactabular - 88003f12aa0c41d98311515028f36948125352de authored over 8 years ago
easy - Push `getSelectedRowIndex` to utils

github.com/reactabular/reactabular - 5f2364cb10020a6cf6fa37d6fec8d1033fe7cf2d authored over 8 years ago
easy - Merge `selectedRowIdField` with `rowKey`

github.com/reactabular/reactabular - c498ef5d5550323b42bc8dd32662e7eb409ba931 authored over 8 years ago
easy - Update to use the new resolution API

github.com/reactabular/reactabular - efd9011b9bfb8fc7f736172b1631b5e4eeb8df7b authored over 8 years ago
package - Generate proper ES6 builds

Now it strips any custom features used and JSX bits from the distributed
versions.

Closes #189.

github.com/reactabular/reactabular - 8a76f40ef449320339201da8240cb1474d3a8973 authored over 8 years ago
sticky - Write JSX out of the component

One less transformation. There's still some custom syntax, though, so
this is going to need tran...

github.com/reactabular/reactabular - 2225f66f3df8b5454aa2b9fa81b31c9aa2174b00 authored over 8 years ago
edit - Document interface a little better

github.com/reactabular/reactabular - 3ff1472471c5d3a99bfb1d2e8ac62bd5986e8e5f authored over 8 years ago
Update lerna version to match the current beta

github.com/reactabular/reactabular - 61e29539c976670535f09a18419ec53e16e5999f authored over 8 years ago
tree - Push resolution step to `constructor`

This is ok given tree data isn't modified.

github.com/reactabular/reactabular - b0cfdc0ac004816a18f859632c8cd1dd468c307e authored over 8 years ago
tree - Clone rows when adjusting `showChildren`

Now it shouldn't muck up row `shouldComponentUpdate`.

github.com/reactabular/reactabular - a669f516ffb0b13b2e3896dc2eff9da7b9d26728 authored over 8 years ago
tree - Eliminate a lookup from the demo

This probably can be optimized further. At least now it won't do that
much work at `cell.format`...

github.com/reactabular/reactabular - be191e93290567fa27281ac857242dbb52b3044d authored over 8 years ago
table - Push `onRow` check lower in the hierarchy

Nicer `shouldComponentUpdate` + cleaner code.

github.com/reactabular/reactabular - 2a8e89dda9cd94207c0666e8e92ff234fa6c8b1d authored over 8 years ago
resolve - Implement `resolve.index`

This is going to be handy for optimizing `reactabular-tree`.

github.com/reactabular/reactabular - a8f7e4897dc47613b4e4d25a69117a51507e0e5c authored over 8 years ago
resolve - Rework `resolve` interface and provide row index through it

The row index is needed for a specific resolver that will come in handy
for optimization.

github.com/reactabular/reactabular - f64424ec4b5d4ab481b864de0bbffa05b4c66231 authored over 8 years ago
tree - Push tree helpers to a package of its own

Now it's a little easier to work with tree-like structures. You still
have to glue things togeth...

github.com/reactabular/reactabular - 0fa9fd56877a61fbb65cc0b60b60e4bdc60ba3ab authored over 8 years ago
docs - Push `generateParents` to a helper

github.com/reactabular/reactabular - 30e4d3211bcdddd24cda1c4891776c8219cb034c authored over 8 years ago
docs - Attach name to `generateRows`

Better style.

github.com/reactabular/reactabular - 7de643c2fc69b61877f1667b703bd3f88086f230 authored over 8 years ago
dnd - Make readme example work

Also added some missing api for that and got rid of the separate example
at documentation examples.

github.com/reactabular/reactabular - 939558785ff5eeadd6213b0ffa84ba20bbdbea9d authored over 8 years ago
easy - Pass just visible columns to `SearchColumns` at the demo

github.com/reactabular/reactabular - b0cedf96a181efd710d8403a15e9c1a98054c78e authored over 8 years ago
easy - Consume drag and drop bits from reactabular-dnd

github.com/reactabular/reactabular - 8114e3df0c5f2145d967d49138b3657e986d339d authored over 8 years ago
dnd - Set up initial stub for the package

github.com/reactabular/reactabular - fb14cffdd9f82c895b6b70f7675dd99f2e57efdf authored over 8 years ago
docs - Add expand column to fit example

Closes #186.

github.com/reactabular/reactabular - a8e7f00f0cdcc8091fea475f7fdd0198ac937c4e authored over 8 years ago
docs - Fix default column definition

github.com/reactabular/reactabular - 547787853312c281cefff00613ac9a42333a0fdc authored over 8 years ago
easy - Force Table to update itself after mounting

Now sticky functionality should work. It needs `forceUpdate` as
otherwise refs won't get updated.

github.com/reactabular/reactabular - c1a9bd79c107181cace4801d3baf4351619af054 authored over 8 years ago
sticky - Split up into separate files

Easier to maintain.

github.com/reactabular/reactabular - 1c89cb5bf9e780b1d794fc569aa88f97821994a1 authored over 8 years ago
easy - Split up into separate modules

Easier to develop.

github.com/reactabular/reactabular - 71fb0889faf0fdfeeda4a8a9711de76ea9851b46 authored over 8 years ago
package - Set up `init` script

A little easier to get started. `lerna bootstrap` might go to
`postinstall` later.

github.com/reactabular/reactabular - f14ecf748ba56c262c4fbc78d7c2539be5c81c20 authored over 8 years ago
reactabular - Set up `in-publish` for `prepublish` hook

This should avoid issues with `npm install` and `lerna bootstrap`.

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

github.com/reactabular/reactabular - a60467ed4431b278ffc2294de0728f3a689c2882 authored over 8 years ago
table - Push `resolveBodyColumns` to `Provider`

A little nicer this way as this avoids computation in the default case.
This can be improved fur...

github.com/reactabular/reactabular - 3706e0b967185810230628ca74219e6a542c7d78 authored over 8 years ago
table - Add check against missing `column`

This needs a test.

github.com/reactabular/reactabular - 25bab03755a25fb87d4fa8cee9d019f4d96b76ef authored over 8 years ago
lint - Fix linting errors

github.com/reactabular/reactabular - 845ba336aa4f124275e7cb0579e988f459470b08 authored over 8 years ago
easy - Set up custom `getColumn` for sorting

`onSort` returns nicer results now. It's a property based system over
index based on now.

github.com/reactabular/reactabular - cf5970eff16eca89a880d782888e9dde5024799c authored over 8 years ago
sort - Allow `sorter` `getColumn` mechanism to be customized

This is needed to make `fieldName` useful.

github.com/reactabular/reactabular - 4da1492ae5cb39dbba971119a566c0e495682e77 authored over 8 years ago
table - Pass `property` to header transforms in a nicer way

github.com/reactabular/reactabular - 895bb19aee6530583098dbf146140b4b157f89e2 authored over 8 years ago
sort - Allow `fieldName` to be set for `sort.header`

This is needed to keep `sort.sort` and `sort.header` in sync.

github.com/reactabular/reactabular - 2110cc2fdccc2208a9278e22937386083feb0409 authored over 8 years ago
breaking - Push `property` to root level of configuration

This is needed so that we can pass the property name to header
transforms easily. On the plus si...

github.com/reactabular/reactabular - e1d0262c85fc4c04ed503a7ee1439b9b775b9774 authored over 8 years ago
search - Make search input controlled by default

github.com/reactabular/reactabular - 8a73f881f18c8d2e55ec6188ae89781458e73f38 authored over 8 years ago
search-field - Add `onColumnChange` hook

This is needed for tracking `column` state.

github.com/reactabular/reactabular - d430b30be8b176ebc7cf054014c023867a71132b authored over 8 years ago
sort - Allow sorting `fieldName` to be customized

Instead of doing something index based, you can pass `property` or
something else here.

github.com/reactabular/reactabular - 45690444e7cebe9b7f728422f8e31a802ea0fded authored over 8 years ago
visibility-toggles - Push visibility toggles to a package of its own

Closes #183.

github.com/reactabular/reactabular - e91009370951e7a631dfb4b43466df442e18a4f8 authored over 8 years ago
sort - Add React as a peer dependency

github.com/reactabular/reactabular - a8fe410f8549f7df5e5a4e4798c74fb0fdf4ae03 authored over 8 years ago
docs - Improve visibility toggles

* Added support for `styles`.
* Accept custom `props`.
* Improved class naming.

github.com/reactabular/reactabular - c482e06f8d9c62bb67ba2ec8c408e2d3bd303190 authored over 8 years ago
search-field - Port to stateless style

Closes #182.

github.com/reactabular/reactabular - bec4058247ad9e817a3a9d5029acac4a25ba4995 authored over 8 years ago
search-field - Push `SearchOptions` to a file of its own

github.com/reactabular/reactabular - c497f604078260404afeadd5fbe898183247e2b3 authored over 8 years ago
search-field - Make it possible to pass `column` as a prop

Related to #182.

github.com/reactabular/reactabular - 01f1b10fbf88cb76598d8e1f0483067118b1cb87 authored over 8 years ago
search-field - Push the component to a file of its own

A little neater this way.

github.com/reactabular/reactabular - 9a315f9add34cf3b1d2eb86edd909036e4acc25b authored over 8 years ago
edit - Make input auto focus by default

Closes #180.

github.com/reactabular/reactabular - 492ec93d4e9e12df14016ca67c81bb4ad8b47a9d authored over 8 years ago
reactabular-edit -> react-edit

I'm maintaining react-edit at this repo for now. It should go elsewhere
later on, though.

Close...

github.com/reactabular/reactabular - bec4e936bf580d317ca266d76b4c4520ebc87f79 authored over 8 years ago
docs - Set up CSS code specimen

github.com/reactabular/reactabular - 042bdd09f85f21eea5e24c597e2f10aca507e222 authored over 8 years ago
resizable - Document how to offset the widget

Closes #179.

github.com/reactabular/reactabular - d9fbaf26eabcfdaddc9fc5f1a13102ed4e2cd248 authored over 8 years ago
easy - Expose resize and sort related styling hooks

github.com/reactabular/reactabular - 57fa096d19792a592b30a66281ad41ce373a3005 authored over 8 years ago
docs - Add default style imports

github.com/reactabular/reactabular - 818255818d398c1b9fde015aba51da5dbb673d25 authored over 8 years ago
resizable - Allow styling through `styles` and extract default styling

Same idea as for sort.

github.com/reactabular/reactabular - 4f602491bfd7ed5fc9e6dd5d0652f8c4b12b374a authored over 8 years ago
easy - Add default styling

github.com/reactabular/reactabular - 23129fe6fba4eec5971c774714fbcae4f9c251e3 authored over 8 years ago
sort - Extract header styling and allow `style` to be passed

Now it's easier to customize sort header style. You can pass a `style`
object containing specifi...

github.com/reactabular/reactabular - 0f66328628710f4aae2f0c9c262d954caeadfc51 authored over 8 years ago
sort - Return sorting columns if no selected column is passed

github.com/reactabular/reactabular - 1012e52f280c44dca1b796938f6f744f469e07bf authored over 8 years ago
easy - Make `selectedRowIdField` prop optional

github.com/reactabular/reactabular - a989cdf2aec3367e1deff835da516f8d9b23d0de authored over 8 years ago
easy - Expose `components` prop

It's the same idea as for `Table.Provider` `components`.

github.com/reactabular/reactabular - c0614077888dd65d778b194f78c8d897a4a45b04 authored over 8 years ago