Skip to content
Snippets Groups Projects
Commit 39cc620e authored by Alex Bozarth's avatar Alex Bozarth Committed by Tom Graves
Browse files

[SPARK-13163][WEB UI] Column width on new History Server DataTables not getting set correctly

The column width for the new DataTables now adjusts for the current page rather than being hard-coded for the entire table's data.

Author: Alex Bozarth <ajbozart@us.ibm.com>

Closes #11057 from ajbozarth/spark13163.
parent 5cf20598
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@ $(document).ready(function() {
{name: 'seventh'},
{name: 'eighth'},
],
"autoWidth": false
};
var rowGroupConf = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment