* improve UI of views with table, finish task #2687,task #2749 and task #2762.

This commit is contained in:
Catouse
2016-11-24 15:47:47 +08:00
parent bdac0837e5
commit 8951f8d0af
45 changed files with 193 additions and 160 deletions
+8 -1
View File
@@ -50,7 +50,14 @@ $(document).ready(function()
scrollPos : 'out',
tableClass : 'tablesorter',
storage : false,
selectable : {clickBehavior: 'multi'},
selectable :
{
clickBehavior: 'multi',
startDrag: function(e)
{
if(!this.multiKey && !$(e.target).closest('td[data-index="0"]').length) return false;
}
},
ready: function()
{
if(!this.$table) return;