EasyUI Forum
September 14, 2025, 11:30:26 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: Datalist - scrollview - checkbox  (Read 10808 times)
Szoron
Newbie
*
Posts: 21


View Profile
« on: April 30, 2015, 04:44:27 AM »

Hi!
I creating a datalist.
checkbox: true
view:scrollview

Code:
...
        <div id="move_cpe_list" class="easyui-datalist" data-options="
        fit: true,
        border: false,
        lines: true,
        checkbox: true,
        singleSelect: false
        ">
        </div>
...
      $('#move_cpe_list').datalist({
        url: 'sql_load_act_cpes.php?tch_storage_id=' + tch_storage_id,
        textField: 'sn',
        valueField: 'cpe_id',
        groupField: 't',
        view:scrollview,
        pageSize:50,
      });
...


This bug
http://kepfeltoltes.hu/view/150430/K_perny_fot__2015-04-30_-_13.39.09_www.kepfeltoltes.hu_.jpg
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: April 30, 2015, 06:55:10 AM »

The scrollview does not supported in the datalist component.
Logged
Szoron
Newbie
*
Posts: 21


View Profile
« Reply #2 on: April 30, 2015, 10:16:38 PM »

What a way to get a lot of data should be presented lists and checkboxes can be ?
I think the data grid , which is 1 column Smiley
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!