Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed span styling when we specify a tooltip to use header class Added border color for highlight selection via props Added material ui/icons as devDependency for storybook and as peer for production Added a validation for given width % and throws error if overflows the limit Removed theme from props and added inside apiRef Added a new rowsApi method "getRowAt" in order to allow index based search Refactored the existing getRows with array index and replaced with getRowAt Removed rows as editorManager dependecy Added additionalProps on editors that receive dynamically editorProps from column and editorClass from theme Removed the calendar default styles and moved as external configuration for Spreadsheet Fixed the rows not updating in the grid due to createData not using the latest rows and always going on the API Fixed the spreadsheet storybook example where the state was staling
- Loading branch information