We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610c0db commit 8a7fc3aCopy full SHA for 8a7fc3a
scripts/griddle.jsx
@@ -283,7 +283,8 @@ var Griddle = React.createClass({
283
},
284
componentWillReceiveProps: function(nextProps) {
285
this.setMaxPage(nextProps.results);
286
-
+ //This will updaet the column Metadata
287
+ this.columnSettings.columnMetadata = nextProps.columnMetadata;
288
if(nextProps.results.length > 0)
289
{
290
var deepKeys = deep.keys(nextProps.results[0]);
0 commit comments