From 5465e85b0916067a26d197cbfae41649f3ae9b7c Mon Sep 17 00:00:00 2001 From: Joshua Gould Date: Wed, 11 May 2016 10:43:07 -0400 Subject: [PATCH] sort column names --- src/ui/table.js | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/src/ui/table.js b/src/ui/table.js index 73af1b5..37be72c 100644 --- a/src/ui/table.js +++ b/src/ui/table.js @@ -61,7 +61,13 @@ morpheus.Table = function (options) { var select = []; select .push(''); + .push(''); html.push('
'); html.push(''); -- GitLab