EasyUI Forum
April 23, 2024, 06:02:57 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: datagrid multiselect suggestion  (Read 9530 times)
graveytrain
Newbie
*
Posts: 17


View Profile Email
« on: October 29, 2014, 11:00:25 AM »

I think it would be sweet if I could click a row and hold shift and then click somewhere down the list that it would select all those rows.

Also it would be nice to be able to drag select a single row or a group of columns.

Anyway, just my two cents


Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: October 30, 2014, 05:52:43 AM »

The shift selection will be supported in next version. Please download the preview datagrid from http://www.jeasyui.com/easyui/plugins/jquery.datagrid.js. The example is available from http://jsfiddle.net/e5j0q0r9/
Logged
graveytrain
Newbie
*
Posts: 17


View Profile Email
« Reply #2 on: November 03, 2014, 02:41:30 PM »

Nice,
I added this bit to make the blue html selection go away

body {
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -o-user-select: none;
         user-select: none;
         }
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!