[Tables] Object names should appear in tables (#3466)

* [Tables] Object names should appear in tables #3312

* updated tests to include name header.

* fixed lint issue.

* Removed Name from data.

* renamed 'addColunmName'  to 'addNameColumn'.

Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
Nikhil
2020-10-30 15:10:31 -07:00
committed by GitHub
parent 5646a252f7
commit 04fb4e8a82
5 changed files with 76 additions and 5 deletions

View File

@ -76,6 +76,7 @@ define([
workerRequest[prop] = Number(workerRequest[prop]);
});
workerRequest.name = domainObject.name;
return workerRequest;