EasyUI Forum
April 24, 2024, 12:51:43 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: getData results on easyUI Datagrid not including checkbox state  (Read 9337 times)
aswzen
Sr. Member
****
Posts: 287


Indonesian

aswzen
View Profile WWW Email
« on: December 02, 2015, 03:08:04 AM »

i know there was 'getChecked' but i need another rows that are not checked
then if i use 'getData' method, the checkbox state is not included

see this fiddle: http://jsfiddle.net/pkw17n1a/

How to make 'getData' result including the checkbox state?

Thank you in advance
Logged

Regards,
Sigit

- Indonesian jEasyUI Facebook page : https://www.facebook.com/groups/jeasyuiid/
lloyd
Newbie
*
Posts: 29


View Profile Email
« Reply #1 on: December 03, 2015, 09:48:59 AM »

You need to do:-

Code:
// This will return an array of checked rows
var checkedRows = $.data(target, 'datagrid').checkedRows;
Logged
aswzen
Sr. Member
****
Posts: 287


Indonesian

aswzen
View Profile WWW Email
« Reply #2 on: December 03, 2015, 07:09:55 PM »

You need to do:-

Code:
// This will return an array of checked rows
var checkedRows = $.data(target, 'datagrid').checkedRows;

i don't get it..can you put your solustion in jsfiddle? thankyou
Logged

Regards,
Sigit

- Indonesian jEasyUI Facebook page : https://www.facebook.com/groups/jeasyuiid/
lloyd
Newbie
*
Posts: 29


View Profile Email
« Reply #3 on: December 04, 2015, 02:40:50 AM »

You can also use:- getChecked

Code:
var checkedRows = $('#TABLE').datagrid('getChecked');
Logged
aswzen
Sr. Member
****
Posts: 287


Indonesian

aswzen
View Profile WWW Email
« Reply #4 on: December 04, 2015, 04:33:25 AM »

You can also use:- getChecked

Code:
var checkedRows = $('#TABLE').datagrid('getChecked');

getChecked only return the checked rows not all rows..
I want all rows include the checkbox states
Logged

Regards,
Sigit

- Indonesian jEasyUI Facebook page : https://www.facebook.com/groups/jeasyuiid/
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!