feat: add TableView codemods (#7117)
* add Table codemods
* update to support TableView naming
* update migration docs
* keep key prop if array.map used
* add Table codemods
* update to support TableView naming
* update migration docs
* keep key prop if array.map used
* remove nested columns from test
* leave a comment for nested columns
* reuse updateKeyToId
* fix column key
* lint
* typescript
* add codemods to leave a comment for unimplemented props
* add UNSTABLE_ prefixes
* add to docs
* add isRowHeader to first Column if static, otherwise leave a comment
* add comment to check for id prop on Row