GitHub user Savalek reopened a pull request:
https://github.com/apache/zeppelin/pull/3116
[ZEPPELIN-3690] display all column with the same name in ui-grid
### Description
This PR allows you to correctly display tables with the same column names.
Also removes a little unnecessary code.
### Info
PR type: `Bug Fix`
Jira issue
[`ZEPPELIN-3690`](https://issues.apache.org/jira/browse/ZEPPELIN-3690)
paragraph's text :
[`paragraph-text.txt`](https://github.com/apache/zeppelin/files/2270553/paragraph-text.txt)
### Screenshots
<p align="center">Before PR</p>

<p align="center">After PR</p>

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/TinkoffCreditSystems/zeppelin ZEPPELIN-3690
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3116.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3116
----
commit 77388d91d79714b56936c841f2d4fca5947e4ac9
Author: Savalek <def113@...>
Date: 2018-08-08T14:01:54Z
[ZEPPELIN-3690] display all column with the same name in ui-grid
----
---