Ecosyste.ms: OpenCollective

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

github.com/material-table-core/core

Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
https://github.com/material-table-core/core

docs: update readme

5c601934b4f65aaaa4e3447e05acb9261dfa6f65 authored over 5 years ago
chore: make @material-ui/core a peer dependency

8817919740116233c63b1073bd4033e129898bfb authored over 5 years ago
Removing 'isInit' from changePageSize to upload the pageSize when using RemoteData

cfe13762dde44a793a4f9cd3def701037419d539 authored over 5 years ago
Fix custom actions' size

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

ef4fd49dcbf024c8a33d5cb227385564c58f827d authored over 5 years ago
Update default-props.js

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

1dd045e161421e21aec82ec004d61ab458abd98d authored over 5 years ago
Use path imports for @material-ui/core

5710c4c0892fd09aa835a51e0a086f16c0154f51 authored over 5 years ago
FIX : Warnings when options.paginationType == 'stepped'

Only adding a key props to page buttons

f4e7c6962c42e874a0b136bed105918fbcfe0022 authored over 5 years ago
feat: expose onSearchChange

50271a5d9b475e4031173b1af5ec43fc7b2ada6d authored over 5 years ago
feat: export unstyled MaterialTable as MTable

ca999b65e7251d39cc76577f3682c5e06e116079 authored over 5 years ago
cleanup

f65f74d43fe34d2dce0858a722cc6edfe0459d9b authored over 5 years ago
add filter placeholder

ac280aa0f85da163aa33acd03ba81cc938e5d03e authored over 5 years ago
1.40.1

695f95c3b3c8fa70cc3e2fe56e7d649b2eae0ca6 authored over 5 years ago
Merge branch 'gianlucamateo-bug/treeSearch'

88940ff004bd4dd2981e7f8fa9817ad6e04de6bf authored over 5 years ago
function replaced

531f4c11f1e4da618c258b2c63e3d1726c9a1f79 authored over 5 years ago
Merge branch 'bug/treeSearch' of https://github.com/gianlucamateo/material-table into gianlucamateo-bug/treeSearch

cbf87104da323681f008323facf4641be1834033 authored over 5 years ago
Add a draggable option

f151eac90a92e27dfb550b982d71cce7d7a86c10 authored over 5 years ago
Remove getFieldValue from being passed as prop

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

1d348e1e410cc9485ab473eece488cd6fc37113d authored over 5 years ago
Remove onRowDataChange from being passed as prop

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

52cf1bd03ab934e08828cc774fe1b8b3c4fdf1c0 authored over 5 years ago
added same search logic for column filtering

07c324c73dad351fea39509c14be6ea5d811840b authored over 5 years ago
reaction to travis CI - added semicolons

9408ca59c2865ed460c019ec7a6e376de0a3ef2a authored over 5 years ago
Make rowData generic, improving type safety

Fixes #763

bbef3bfcea16758474e6fa577309b35760fb442c authored over 5 years ago
Fix usage of React import for typescript definitions

Fixes #732

647409fd1039b43437de9b96b305538de625c9f0 authored over 5 years ago
Merge branch 'gianlucamateo-bug/paginationSearch'

7abbbf857bee93e59681612e488d1c05af235a58 authored over 5 years ago
added missing semicolon

cdc26b27c30cbaaa6cd3f46f19b2f6e187a6bd36 authored over 5 years ago
fixed tree sort behavior

eeb22c8828a6dbefd37b27aee2aa4cef648f876b authored over 5 years ago
reset page to 0 when searching

697327aad35e34b4c0bfc1899f414e71749e54c6 authored over 5 years ago
1.40.0

0e2e1e856a4a26d6932eda54548608879570a7bf authored over 5 years ago
Merge branch 'AndySeymour2904-iss708'

0e5ecf979614b990c4158bae00db4370345d2590 authored over 5 years ago
Merge branch 'iss708' of https://github.com/AndySeymour2904/material-table into AndySeymour2904-iss708

ea30f04a4409ec14ddc98ee325236b624ed84366 authored over 5 years ago
Merge branch 'AugustoCalaca-feature/placeholder-filtering'

a53f930966e3509f77a32ae6e828859d12097ddb authored over 5 years ago
filterPlaceholder added to proptypes

fabeaa6cfb665323092b7be523b323e31a7e7480 authored over 5 years ago
Merge branch 'feature/placeholder-filtering' of https://github.com/AugustoCalaca/material-table into AugustoCalaca-feature/placeholder-filtering

768576fa523835940e0f7430bf863fc4e64c0fa0 authored over 5 years ago
Merge branch 'gianlucamateo-feature/customRowPadding'

bf977a5dd7a4e808ee93d8edd1e9abc3a468e5a6 authored over 5 years ago
Merge branch 'feature/customRowPadding' of https://github.com/gianlucamateo/material-table into gianlucamateo-feature/customRowPadding

3c60e81584094e83f8b9eee76318dc4edc1daf7a authored over 5 years ago
Semi-colons

361bb80450881543aa2e879e52022c54097998f0 authored over 5 years ago
Change page if it is out of range

75c2f253a2e9c398c04d183366bd76f37becc741 authored over 5 years ago
Add the possibility add placeholder on filtering

9bdce3c63de46879b85e3fe6c4af7a71d98a15d4 authored over 5 years ago
1.39.2

2ef098595fe3c2b8d2f69a1f47193fc3a5756d88 authored over 5 years ago
Adjusted prop-types, added missing semicolon

2738aeaf299c951f3d2b8dd0e677e4ee387e2f67 authored over 5 years ago
fixed issue with selection boxes in dense mode

d692e76eae64757b17d1a6ec285e661d4f4445d3 authored over 5 years ago
implemented dense padding mode

729e7699a72d540808b173d9a938c080f968e656 authored over 5 years ago
This closes #698, selection cell ripple problem resolved

7a1bb70c8e3a2d08a1891e88c84756a5b0be8ee5 authored over 5 years ago
This closes #650, lookup bug fixed on editing mode

74ec79ccb0eecfa9865ffa59ae34c8dc4da8f9bd authored over 5 years ago
Merge branch 'master' of https://github.com/mbrn/material-table

eccb1e857bcbbda3317d4079f08fa487428a1901 authored over 5 years ago
This closes #664, editable row bug fixed when columns are reordered.

d88bad6ea0b6e2c7824feffbac88d8c9de38eea4 authored over 5 years ago
Merge pull request #719 from Domino987/patch-4

Pass tooltip to custom icons

ecf53615b6ffc11ffe582783b84e3d37c01abb27 authored over 5 years ago
1.39.1

7d43162f3919473d8129a4f87f209afa638693a8 authored over 5 years ago
Update README.md

102f9d6418b4e0cacfb81ed905dd8774e823d533 authored over 5 years ago
Update readme to show forwardRef

This shows how to pass the tooltip to the custom icons

48c18a51507552551476a150bc65a2d59e153776 authored over 5 years ago
Added Icons with forwardRef

This is needed to display the tooltip with custom icons

ff6319a5af45ca567b5c85b67b73408cebc95a53 authored over 5 years ago
This closes #649, searchPlaceholder added to typescript file

d3c2bef986713f14468a8b7021e0c053fb1ca1f9 authored over 5 years ago
This closes #645, typo fixed

24dd67a3d27079d7ed276d737045c6111b94fdea authored over 5 years ago
Merge branch 'mohitmutha-master'

756c3674e7f34f19a012f29ebc903b1e9d3650a2 authored over 5 years ago
Column editable field supports func variable

597db5c03dd3e3e3b1faadd99d58a26f420d0333 authored over 5 years ago
Update m-table-edit-row.js

2aab0e286440b47ea8a7bdaa7a6c0de13a81ed09 authored over 5 years ago
Fixes issue #714

a4ef00cbf14bfe39646254c32d466ad20cadb147 authored over 5 years ago
1.39.0

a05fd97517a74ac8d52d0eb036433efe320de949 authored over 5 years ago
This closes #639, filterRow selection checkbox removed

21232d9995e2f87d9674108334b83cfed50c4e7b authored over 5 years ago
This closes #629, selection padding fixed after mui4.0.0

f8308417377cb03702e940d003e0e8f9ffaee207 authored over 5 years ago
This closes #639, filterRow selection checkbox removed

05c513a76d7f350ee12459cbd0cd46052b165938 authored over 5 years ago
Merge pull request #637 from chrissantamaria/master

Update README.md to fix @material-ui/icons typo

4adce36b2e55ac4fa17922d0b28e8117eb0b2ed4 authored over 5 years ago
Fixed @material-ui/icons install typo

c7cde6321097cf80367f4d13463d9dd2c480b431 authored over 5 years ago
This closes #615, onRowDataChange added to editComponent

eaa6f0e520d1bbda1277c8272f92b1a2e97f7e7f authored over 5 years ago
onRowDataChange added to editComponent

32bb3e9e779de56fdabb302dd7c0e38bf90dad21 authored over 5 years ago
This closes #584, showFirstLastPageButtons added to options

6706ace054e36a6e188b068edcdee7c63c1aab0e authored over 5 years ago
This closes #584, showFirstLastPageButtons added to options

78ba2a98a4c68d75860d8c31aecea79abf9bc0d5 authored over 5 years ago
1.38.0

ecd76152b7b0e9b51ca9d3be989869da1ae03dcc authored over 5 years ago
This closes #598, index parameter added to rowStyle function

b06aa3cdbc85381f3cb355c97e1efca8b66f2a6d authored over 5 years ago
This closes #627, defaultFilter bug resolved for remote data

a413773e245ae483c4942335997113e646b7fea0 authored over 5 years ago
This closes #601, style added to table

3a25c2b1b60e6332ffa90836e542d4ea438481f8 authored over 5 years ago
This closes #607, remote data to local data change bug fixed

eee7d20eda5b85b559526f3a1a5cc240799476b7 authored over 5 years ago
This closes #609, hidden added to actions

d62c52cd1240472841684d2e38ed5f2d2067dbc8 authored over 5 years ago
1.37.0

d7b04018f20b7daa73c00fb40c1739c904937545 authored over 5 years ago
Merge pull request #624 from jamesg1/feature/readme-updates

Update README.md with icon details

9ffd72ea4600587d6a3a5db37501de6c7af2a405 authored over 5 years ago
Updated readme

c550d197f78f4c2c2a89291f8ec023d2fb056705 authored over 5 years ago
Updated readme intro

23077674add9ce28a744204114f6b8891ada230a authored over 5 years ago
Updated readme to include material icons import guide

6b73fd127f30ad0979758a2ab106a0e4ebdd8c9b authored over 5 years ago
Merge branch 'timsazon-migrate-mui-v4'

9f31932427ffc83b72f4c7ae96cd5dfbd765b470 authored over 5 years ago
Migrate to MUI v4

d0695d75d28f86445e89f107ead6128a3b845349 authored over 5 years ago
This closes #610, selectionProps added to options

15c8b9e2853de372fb33184e1c2ef3f09eb9e3b0 authored over 5 years ago
1.36.6

052540b8b5bbf69824fcfb10e301d246f7599537 authored over 5 years ago
demo cleared

f4ec6759e55ed8bbc33b415e43f4bde1f904424e authored over 5 years ago
console warnings cleared

3c527b4dcb9a9a2f03c1ec4d555023277047841c authored over 5 years ago
This closes #597, bystring applied to edit component

494a7843473fb4f4c536382d415d3c7fb281874f authored over 5 years ago
this closes #618, multiple detailpanel icon newline problem resolved

69a3138914972a9be417dd37d0438b86176f673f authored over 5 years ago
This closes #590, column reordering bug fixed when grouping is false

555237ae0ee946feacb1f2326b989c39002a7d10 authored over 5 years ago
This closes #580, warnings cleared

ccc452f69a9b96eb90e6639489f612508e412cbd authored over 5 years ago
1.36.5

0dd341a2ce30f34c00c15336ceaf16e25e101a6d authored over 5 years ago
Merge pull request #596 from orestes22/master

Adding posibility to show or the text that appear when the checkbox is selected

6762cf523a1b93b0fa0f913d19bd2cb9bbd694b0 authored over 5 years ago
Merge pull request #575 from Foosballfan/group-key-null-check

Group key null check

3ab701a9179c59d080092b0e11a887c678818f26 authored over 5 years ago
Merge pull request #594 from Domino987/patch-2

Add rowData to Props

cd03824e1530e15902944e0dc34e64a41a6ac081 authored over 5 years ago
Showing that onSelectionChange can receive 2 values.

Adding the posibility to show the text nRowsSelected, for that option have a new value that allo...

545fc16f64085fc70894e3c987651244f728c250 authored over 5 years ago
Merge pull request #1 from mbrn/master

mergin from the original

cb352cceec34d7d4e6d4c7b9733dd1094773cce4 authored over 5 years ago
Add rowData to Props

4edd8698ff748e61b5fec273a0effbd6ed3f24bb authored over 5 years ago
1.36.4

2bfd4bf7bf32701bf244fda1c8a16684fcc0849d authored over 5 years ago
this closes #586, localization.toolbar.searchPlaceholder added

cb58024b236ecd0cbc81c79b1a65fefefcac708a authored over 5 years ago
this closes #578, filtering column reorder bug resolved

2a98ba3a63f7fc5b83610f83d257385ef26a9a02 authored over 5 years ago
Merge pull request #587 from embedcard/master

Feat: able to align the detail panel icon column to right

4ab4ea5750b4e52af791ef1ee43648043db315bc authored over 5 years ago
Feat: able to align the detail panel icon column to right

32fc6b94e428da631ba2ea3c723b5e7ae451e9d7 authored over 5 years ago
1.36.3

e49aceb8f229994826c08c922682aec3f632337d authored over 5 years ago