Commit Graph

8 Commits

Author SHA1 Message Date
sgrabar
af59f37b7e react-data-grid Add generic ReactDataGrid and proptypes for some Editors
* Add generic ReactDataGrid to return actual row type on methods that return rows
* Add props for AutoComplete, AutoCompleteTokensEditor and DropDownEditor editors
* Add EditorBase class
2018-08-31 11:05:39 +02:00
Martin Hochel
98f3e2fb2f fix: apply new state/props type safety constraints on all dependand packages 2018-06-26 11:06:37 +02:00
Felipe Vaz
e0695202ae Adding 2 missing props on GridProps: rowActionsCell and selectAllRenderer 2018-05-10 20:20:54 -05:00
Andy
2a9d2f8d59 Convert more "import *" to "import =" (#23446) 2018-02-05 18:27:31 -08:00
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
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