Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

material-table

Datatable for React based on material-ui's table with additional features
Collective - Host: opensource - https://opencollective.com/material-table - Code: https://github.com/mbrn/material-table

Merge pull request #925 from dvrylc/bug/add-draggable-type

Add draggable type

github.com/mbrn/material-table - ba32252d7fc50ac7b914cd9c71b8e3c07e891b11 authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #922 from mswindu/feature/issue-792

Fixes issue #792

github.com/mbrn/material-table - 196ef89ffd501319f160fd253e7e7758ea124f59 authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #915 from emrekara37/export-column-order

Fix when drag column export csv column order bug #384

github.com/mbrn/material-table - e01adfa6b8214aa46d51bdcbc86d19366e5801ee authored over 5 years ago by Mehmet Baran <[email protected]>
Merge branch 'dnn5b-feature/column-hidden-callback'

github.com/mbrn/material-table - 674bb0a92dd4291ddea08317f0bb34ba1fea60cb authored over 5 years ago by mbrn <[email protected]>
some minor changes on PR

github.com/mbrn/material-table - 1bbcc2ae46714a3d8de5fcff0dbb2ff2407ae91c authored over 5 years ago by mbrn <[email protected]>
update m-table-toolbar.js

github.com/mbrn/material-table - 258785d38a54a5c51b7b2e283f48180cc47477e5 authored over 5 years ago by Emre KARA <[email protected]>
This closes #906, tree defaultexpand feature added for rows

github.com/mbrn/material-table - 0e632cc32372106f57d6378ac108200b3fa73b94 authored over 5 years ago by mbrn <[email protected]>
`freeCells` key added

When you try to group then sometimes you get the warning "Warning: Each child in a list should h...

github.com/mbrn/material-table - 8a0aac0e7df0e8e36962401197d30a8d0317cd04 authored over 5 years ago by Thomas Schorn <[email protected]>
Merge branch 'emrekara37-override-sortarrow-icon'

github.com/mbrn/material-table - 743c4af755a632592adc71ce126589aed057ec0d authored over 5 years ago by mbrn <[email protected]>
Merge branch 'override-sortarrow-icon' of https://github.com/emrekara37/material-table into emrekara37-override-sortarrow-icon

github.com/mbrn/material-table - 9d2b74670740647064f7acd56f55c47a0932b982 authored over 5 years ago by mbrn <[email protected]>
Merge branch 'theodore-koch-feat/add-level-to-functional-rowStyle'

github.com/mbrn/material-table - 8d177f213b11d9db15760ce1aa49a7a487d22d8c authored over 5 years ago by mbrn <[email protected]>
removed unnecessary param

github.com/mbrn/material-table - bb436c640a7575650be67218eeb847c0733f7ae6 authored over 5 years ago by mbrn <[email protected]>
Merge branch 'feat/add-level-to-functional-rowStyle' of https://github.com/theodore-koch/material-table into theodore-koch-feat/add-level-to-functional-rowStyle

github.com/mbrn/material-table - 6a32389ad572d44aa28d9d4861351f54e32dd0b8 authored over 5 years ago by mbrn <[email protected]>
Merge pull request #902 from emrekara37/detail-panel-column-aligment

Fixes issue #900

github.com/mbrn/material-table - 830c8db98504c60bb6ee7c50d0f0e3190e21fd0b authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #875 from emrekara37/tree-data-selected-rows

fix tree data selected rows #655

github.com/mbrn/material-table - 1c1dfb7c0cf94cfc273a48a87bf1de82290105d5 authored over 5 years ago by Mehmet Baran <[email protected]>
Add third state to sort column

github.com/mbrn/material-table - a091ab704f70e8c3415ac7718f2810ece94b81a2 authored over 5 years ago by Helder Veloso <[email protected]>
Update m-table-edit-row.js

github.com/mbrn/material-table - 5bc8f0152b4d5c290b2079a519fe8280cf0f12dc authored over 5 years ago by Emre KARA <[email protected]>
Merge branch 'Paktusin-master'

github.com/mbrn/material-table - fed0ad8e69c52028efdbae422439c8e5f6676a11 authored over 5 years ago by mbrn <[email protected]>
initialEditValue added to column props

github.com/mbrn/material-table - 25f840cdd89fa4bedde19949762fab717057a123 authored over 5 years ago by mbrn <[email protected]>
Merge branch 'master' of https://github.com/Paktusin/material-table into Paktusin-master

github.com/mbrn/material-table - 02712ce1ba4040cd99e50688785ae40b41466c65 authored over 5 years ago by mbrn <[email protected]>
Update data-manager.js

github.com/mbrn/material-table - 0f15248139214a4db6289cc4cc06b1baa901b45b authored over 5 years ago by Emre KARA <[email protected]>
Updating package json with new pickers release

github.com/mbrn/material-table - e86034f87e88e4aa7db1aab4586231d0f403a71f authored over 5 years ago by Joshua Hibschman <[email protected]>
Refactored: use callback after state is set

github.com/mbrn/material-table - f9a6e83a825717eeaf895ce799ca5baaae0a7311 authored over 5 years ago by djimpanse <[email protected]>
Add onColumnDragged example to demo

github.com/mbrn/material-table - 512a30845944eb1117080fd89c7b3d7deb228d2a authored over 5 years ago by djimpanse <[email protected]>
Add optional onColumnDragged callback property

github.com/mbrn/material-table - dca60a2926d513eed8287c892182caf2e7d4238a authored over 5 years ago by djimpanse <[email protected]>
Refactored: use callback after state is set

github.com/mbrn/material-table - 12c1bd00dc0d735018b00afee3b0ead2372501b8 authored over 5 years ago by djimpanse <[email protected]>
Add onChangeColumnHidden example to the demo

github.com/mbrn/material-table - 70c002724304e1bc44417d6f6c4d549f847d964b authored over 5 years ago by djimpanse <[email protected]>
Add onChangeColumnHidden callback property

github.com/mbrn/material-table - 79e503bcf380fd153b04a85e4f4deb84ba6d4541 authored over 5 years ago by djimpanse <[email protected]>
Merge pull request #868 from emrekara37/detailpanel-column-width

Fixes issue #618

github.com/mbrn/material-table - c6e972685d1ba0d320741f823f359b84605d86b8 authored over 5 years ago by Mehmet Baran <[email protected]>
Fix row `onClick` typedef

github.com/mbrn/material-table - 477e0936816f3e32d936976d421afa68aea69739 authored over 5 years ago by KATT <[email protected]>
Add draggable type

github.com/mbrn/material-table - b4d9badcff44268ab08e3a0dd4c2a954c81de59a authored over 5 years ago by Daryl Chan <[email protected]>
fix: add page, totalCount to props

github.com/mbrn/material-table - 0a0f07a21312f3ebb765a1c92db0ed703dd11c0f authored over 5 years ago by spurreiter <[email protected]>
feat: foreign handling of pagination counters

github.com/mbrn/material-table - 58d321506450cf15a34af728f1de9a98c83ff839 authored over 5 years ago by spurreiter <[email protected]>
Reset current page in onFilterChangeDebounce when use remote data

github.com/mbrn/material-table - 827fdab29b45dc6681901229d9d737b438ae975b authored over 5 years ago by Nilov Stanislav <[email protected]>
Update m-table-toolbar.js

github.com/mbrn/material-table - cb777aa664a67c58ea3725f9a1c6fc6a70cd0383 authored over 5 years ago by Emre KARA <[email protected]>
Fix when drag column export csv column order bug

github.com/mbrn/material-table - 9b87626e229bf8a2160dca061c640993de6c3f37 authored over 5 years ago by Emre KARA <[email protected]>
Merge branch 'master' of https://github.com/mbrn/material-table

github.com/mbrn/material-table - d37bf4c585f7c0cc559b78601ef9d0576cb587e0 authored over 5 years ago by mbrn <[email protected]>
Merge branch 'MaxLeiter-patch-1'

github.com/mbrn/material-table - 1565f41c51430aca74cf77066a0e8b053738e783 authored over 5 years ago by mbrn <[email protected]>
Merge branch 'patch-1' of https://github.com/MaxLeiter/material-table into MaxLeiter-patch-1

github.com/mbrn/material-table - 543bb407cfc27ec65f073bb9bec97b912014499c authored over 5 years ago by mbrn <[email protected]>
Merge pull request #851 from luzzif/material-ui-core-peer-dependency

Make @material-ui/core a peer dependency

github.com/mbrn/material-table - b0865b010c44560593519a39c47cd1945d1a2d8a authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #848 from EduSantosBrito/master

Fixes issue #703

github.com/mbrn/material-table - 37fc73876c799eb6604b9c7b4eba1da51581848a authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #843 from SVTerziev/bug/custom-action-size

Fix custom actions' size

github.com/mbrn/material-table - f9c05d018b4d37ee0cc08977f44b32a98b22768a authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #836 from rxhl/master

Update default-props.js

github.com/mbrn/material-table - 7c71aff0111a3f7b964264310643e90c99fafcb1 authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #835 from Xammie/enhancement/path-imports

Enhancement: Use path imports for @material-ui/core

github.com/mbrn/material-table - 6029b153b3fde7d0e4337397d4c7929b289f0704 authored over 5 years ago by Mehmet Baran <[email protected]>
Merge branch 'master' into enhancement/path-imports

github.com/mbrn/material-table - ee28fd97a48801ca26954b0e0d7410ba7561b324 authored over 5 years ago by Mehmet Baran <[email protected]>
Override sortarrow icon

github.com/mbrn/material-table - a4a3739d365570e405405899acc7e2e3c3b6170c authored over 5 years ago by Emre KARA <[email protected]>
Merge pull request #826 from ilancoulon/bug/warning-stepped

FIX : Warnings when options.paginationType == 'stepped'

github.com/mbrn/material-table - 1d71ccb83ddeee07f1e5e75076bdd291f159c765 authored over 5 years ago by Mehmet Baran <[email protected]>
Merge branch 'spurreiter-feature/onSearchChange'

github.com/mbrn/material-table - 4260656a5e241aac7412259161760434047d0597 authored over 5 years ago by mbrn <[email protected]>
added to proptypes

github.com/mbrn/material-table - a48b211c9e5afa3ada0eaec33981811d20be32e5 authored over 5 years ago by mbrn <[email protected]>
Update FUNDING.yml

github.com/mbrn/material-table - 2b4c36d328541f4bb34de94410d74bb0888a6f3b authored over 5 years ago by Mehmet Baran <[email protected]>
Create FUNDING.yml

github.com/mbrn/material-table - 58cc3aeb72cf2fc8f15fc4f325a7dbd190b44cbc authored over 5 years ago by Mehmet Baran <[email protected]>
feat: add level param to functional rowStyle

github.com/mbrn/material-table - 1d806fdfde7bdc63a310b55fe1fd71360fab686a authored over 5 years ago by theodore-koch <[email protected]>
Fix detail panel column alignment

github.com/mbrn/material-table - 037c44412b57383afbba7cf2da554c5257060a03 authored over 5 years ago by Emre KARA <[email protected]>
Merge pull request #793 from spurreiter/feature/export-unstyled-mtable

feat: export unstyled MaterialTable as MTable

github.com/mbrn/material-table - 926f8fc0d712ff6e0d58bd60629525a647a03a7a authored over 5 years ago by Mehmet Baran <[email protected]>
Merge branch 'yzhbankov-filter-placeholder-fix'

github.com/mbrn/material-table - 16c6093f6d7420665eaa0419202af6402c6a55e1 authored over 5 years ago by mbrn <[email protected]>
Merge branch 'filter-placeholder-fix' of https://github.com/yzhbankov/material-table into yzhbankov-filter-placeholder-fix

github.com/mbrn/material-table - ec2fad86f64829e6c94063462e848f0b78603376 authored over 5 years ago by mbrn <[email protected]>
Merge pull request #770 from SmeeK153/add-to-prop-filter

Add to prop filter

github.com/mbrn/material-table - 2765d1ff9e85ad4587861f25588dfe747e3bc29f authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #779 from xiaomaini/feature/draggable

Add a draggable option

github.com/mbrn/material-table - 1551df8be2622c7d0c42f18641505a4848200dc3 authored over 5 years ago by Mehmet Baran <[email protected]>
Merge pull request #764 from hannesj/master

Make rowData generic in Typescript type definitions

github.com/mbrn/material-table - 6c1b28edc5281aee56bb974d4473fcb844e6fdbb authored over 5 years ago by Mehmet Baran <[email protected]>
fix tree data selected rows

github.com/mbrn/material-table - 94809d0cea2401a3faa29c1ebde0ad7b6476d34b authored over 5 years ago by Emre KARA <[email protected]>
fix display flex

github.com/mbrn/material-table - 1d9a60b913b2f741a7e19988ca0b2b6691e64a10 authored over 5 years ago by Emre Kara <[email protected]>
fix detailpanel column width

github.com/mbrn/material-table - 82a26d9caf9ee36a2c961f36b16a0d8b15c45586 authored over 5 years ago by Emre KARA <[email protected]>
eslint fix

github.com/mbrn/material-table - b9188884e44c8b394b53166fcef50bba6bc2d67f authored over 5 years ago by Mikhail Davlichin <[email protected]>
default values for addRow

github.com/mbrn/material-table - 3f3db079068b1f84b55f89d41c7147f5c924f50d authored over 5 years ago by Mikhail Davlichin <[email protected]>
Render HTML/React column headers when grouped

Fixes #852

github.com/mbrn/material-table - a71ed2d77515a30297b8003c693b732ba927826b authored over 5 years ago by Max Leiter <[email protected]>
docs: update readme

github.com/mbrn/material-table - 5c601934b4f65aaaa4e3447e05acb9261dfa6f65 authored over 5 years ago by luzzif <[email protected]>
chore: make @material-ui/core a peer dependency

github.com/mbrn/material-table - 8817919740116233c63b1073bd4033e129898bfb authored over 5 years ago by luzzif <[email protected]>
Removing 'isInit' from changePageSize to upload the pageSize when using RemoteData

github.com/mbrn/material-table - cfe13762dde44a793a4f9cd3def701037419d539 authored over 5 years ago by Eduardo Brito <[email protected]>
Fix custom actions' size

Fix custom actions being smaller than the default ones and being unable to resize

github.com/mbrn/material-table - ef4fd49dcbf024c8a33d5cb227385564c58f827d authored over 5 years ago by STerziev <[email protected]>
Update default-props.js

Changed `deleteText` in `default-props.js` to be grammatically correct. (Refer [this](https://ux...

github.com/mbrn/material-table - 1dd045e161421e21aec82ec004d61ab458abd98d authored over 5 years ago by Rahul Sharma <[email protected]>
Use path imports for @material-ui/core

github.com/mbrn/material-table - 5710c4c0892fd09aa835a51e0a086f16c0154f51 authored over 5 years ago by Max Hoogenbosch <[email protected]>
FIX : Warnings when options.paginationType == 'stepped'

Only adding a key props to page buttons

github.com/mbrn/material-table - f4e7c6962c42e874a0b136bed105918fbcfe0022 authored over 5 years ago by Ilan Coulon <[email protected]>
feat: expose onSearchChange

github.com/mbrn/material-table - 50271a5d9b475e4031173b1af5ec43fc7b2ada6d authored over 5 years ago by spurreiter <[email protected]>
feat: export unstyled MaterialTable as MTable

github.com/mbrn/material-table - ca999b65e7251d39cc76577f3682c5e06e116079 authored over 5 years ago by spurreiter <[email protected]>
add filter placeholder

github.com/mbrn/material-table - ac280aa0f85da163aa33acd03ba81cc938e5d03e authored over 5 years ago by yzhbankov <[email protected]>
Merge branch 'gianlucamateo-bug/treeSearch'

github.com/mbrn/material-table - 88940ff004bd4dd2981e7f8fa9817ad6e04de6bf authored over 5 years ago by mbrn <[email protected]>
function replaced

github.com/mbrn/material-table - 531f4c11f1e4da618c258b2c63e3d1726c9a1f79 authored over 5 years ago by mbrn <[email protected]>
Merge branch 'bug/treeSearch' of https://github.com/gianlucamateo/material-table into gianlucamateo-bug/treeSearch

github.com/mbrn/material-table - cbf87104da323681f008323facf4641be1834033 authored over 5 years ago by mbrn <[email protected]>
Add a draggable option

github.com/mbrn/material-table - f151eac90a92e27dfb550b982d71cce7d7a86c10 authored over 5 years ago by Manish <[email protected]>
Remove getFieldValue from being passed as prop

Since getFieldValue is not being removed as a prop being passed into child components, and it is...

github.com/mbrn/material-table - 1d348e1e410cc9485ab473eece488cd6fc37113d authored over 5 years ago by Eric <[email protected]>
Remove onRowDataChange from being passed as prop

Since onRowDataChange is not being removed as a prop being passed into child components, and it ...

github.com/mbrn/material-table - 52cf1bd03ab934e08828cc774fe1b8b3c4fdf1c0 authored over 5 years ago by Eric <[email protected]>
added same search logic for column filtering

github.com/mbrn/material-table - 07c324c73dad351fea39509c14be6ea5d811840b authored over 5 years ago by gmateo <[email protected]>
reaction to travis CI - added semicolons

github.com/mbrn/material-table - 9408ca59c2865ed460c019ec7a6e376de0a3ef2a authored over 5 years ago by gmateo <[email protected]>
Make rowData generic, improving type safety

Fixes #763

github.com/mbrn/material-table - bbef3bfcea16758474e6fa577309b35760fb442c authored over 5 years ago by Hannes Junnila <[email protected]>
Fix usage of React import for typescript definitions

Fixes #732

github.com/mbrn/material-table - 647409fd1039b43437de9b96b305538de625c9f0 authored over 5 years ago by Hannes Junnila <[email protected]>
Merge branch 'gianlucamateo-bug/paginationSearch'

github.com/mbrn/material-table - 7abbbf857bee93e59681612e488d1c05af235a58 authored over 5 years ago by mbrn <[email protected]>
added missing semicolon

github.com/mbrn/material-table - cdc26b27c30cbaaa6cd3f46f19b2f6e187a6bd36 authored over 5 years ago by gmateo <[email protected]>
fixed tree sort behavior

github.com/mbrn/material-table - eeb22c8828a6dbefd37b27aee2aa4cef648f876b authored over 5 years ago by gmateo <[email protected]>
reset page to 0 when searching

github.com/mbrn/material-table - 697327aad35e34b4c0bfc1899f414e71749e54c6 authored over 5 years ago by gmateo <[email protected]>
Merge branch 'AndySeymour2904-iss708'

github.com/mbrn/material-table - 0e5ecf979614b990c4158bae00db4370345d2590 authored over 5 years ago by mbrn <[email protected]>