Skip to content

Commit

Permalink
Redesign user-defined column identifiers for Grid (#7983)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuoanttila committed Dec 15, 2016
1 parent 04f30c6 commit 9d35813
Show file tree
Hide file tree
Showing 22 changed files with 416 additions and 303 deletions.
Expand Up @@ -74,7 +74,7 @@ public Object getValue(JsonObject row) {
} }
}; };
column.setRenderer(getRendererConnector().getRenderer()); column.setRenderer(getRendererConnector().getRenderer());
getParent().addColumn(column, getState().id); getParent().addColumn(column, getState().internalId);
} }


@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
Expand Down

0 comments on commit 9d35813

Please sign in to comment.