Commit Graph

17 Commits

Author SHA1 Message Date
Daphne
4982aa7609 react-data-grid: update index.d.ts to make grouping example work (#21037)
* Update index.d.ts

Types that are missing for this example to work with Typescript: http://adazzle.github.io/react-data-grid/examples.html#/grouping

* Added a test for OnRowExpandToggle and enableDragAndDrop and exported the required type
2017-10-27 11:14:17 -07:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Benjamin Lichtman
56c23c5496 Merge pull request #19764 from lruckman/patch-2
[react-data-grid] Added openCellEditor signature to ReactDataGrid ins…
2017-09-19 10:15:42 -07:00
Larry Ruckman
2016c85c8f Merge PR #19726: [react-data-grid] Added getValidateFilterValues signature to GridProps
* [react-data-grid] Added getValidateFilterValues signature to GridProps
2017-09-19 10:00:40 -07:00
Larry Ruckman
2cd0f0578c [react-data-grid] Added openCellEditor signature to ReactDataGrid instance 2017-09-14 14:33:02 -07:00
Arthur Ozga
5ea9ded491 Merge pull request #19723 from lruckman/patch-3
[react-data-grid] Update editors signature to include components
2017-09-14 11:46:43 -07:00
Larry Ruckman
acc37d8b9d Merge PR #19681: [react-data-grid] Added missing draggable flag to column
* Added missing draggable flag to column
2017-09-13 14:58:56 -07:00
Larry Ruckman
94c03cc9c9 [react-data-grid] Update editors signature to include components 2017-09-13 10:24:53 -07:00
Larry Ruckman
e49741c184 Added Filters to Window export 2017-09-05 12:00:42 -07:00
Larry Ruckman
88ed238c94 Adding in Filters namespace under react-data-grid-addons 2017-09-01 08:43:47 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Tanguy Krotoff
ea9de8a518 Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Martin Novák
ea0a353f21 React-data-grid: adding Data and DraggableHeader (#15941)
* added Data + DraggableHeader in react-data-grid-addons types

* React-data-grid: adding Data and DraggableHeader

* edit test + more specific Selectors

* change Object to object
2017-04-26 15:02:03 -07:00
Kieran Peat
2b5bb39244 React-data-grid: adding in onRowClick (#15220)
* adding in onRowClick

* typo

* updating to keep v1 and fixing addons for v2

* adding in column cellClass and getRowMetaData

* adding in test for getRowMetaData

* fixing test

* adding filterRenderer

* fixing silly mistakes
2017-04-03 14:44:55 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00