EasyUI Forum
March 28, 2024, 10:52:14 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: combotreegrid  (Read 2758 times)
Kevin
Jr. Member
**
Posts: 52


View Profile Email
« on: May 27, 2020, 03:06:56 PM »

Hi there guys,

Is there a 'loadData' method for the combotreegrid?

As always, thanks for the help.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: May 30, 2020, 06:34:07 AM »

Call the 'grid' method to get the treegrid object and then call 'loadData' method on it.
Code:
var grid = $('#cc').combotreegrid('grid');
grid.treegrid('loadData', ...)
Logged
Kevin
Jr. Member
**
Posts: 52


View Profile Email
« Reply #2 on: June 01, 2020, 05:01:57 AM »

Thanks Jarry. You are a genius.
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!