# Updates for `react-virtualized`
- Updated in order to support copy-paste of table data as expected
- top level `<table>` instead of `<div>`
- `defaultRowRenderer` and `defaultHeaderRowRenderer` wrapped in `<tr>` instead of `<div>`
- `_createColumn` and `_createHeader` wrapped in `<td>` instead of `<div>`
- `ReactVirtualized__Grid__innerScrollContainer` -> `tbody`

All changes are annoted by comment:

`// [table-copy-feature] updated`

You can search the project for those comments so you know where to look for future updates.

## Note
- `scripts` and `devDependencies` are removed since this package is used as is and won't be developed in this project.
- `"_integrity"`, `"_shasum"`, `"_where"` were not included with this update of `package.json`.
	Previous values were:
	```json
	"_integrity": "sha512-duKD2HvO33mqld4EtQKm9H9H0p+xce1c++2D5xn59Ma7P8VT7CprfAe5hwjd1OGkyhqzOZiTMlTal7LxjH5yBQ==",
	"_shasum": "8267c40ffb48db35b242a36dea85edcf280a6506",
	"_where": "/Users/milos/Projects/ezadmin",
	```
- For `"_resolved"` is used github repository instead of npm registry because we run project in local and build it ourselves after making neccessary changes.
