Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'airbnb-master' into gg-CherryPickDashboardImprovementPRs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Sep 13, 2018
2 parents 26c2f7c + 20a6db9 commit d9d8635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/src/visualizations/pivot_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function PivotTable(element, props) {
const tdText = $(this)[0].textContent;
if (!Number.isNaN(tdText) && tdText !== '') {
$(this)[0].textContent = d3format(format, tdText);
$(this).attr('data-sort', tdText);
}
});
});
Expand Down

0 comments on commit d9d8635

Please sign in to comment.