EasyUI Forum

General Category => Bug Report => Topic started by: Szoron on April 30, 2015, 04:44:27 AM



Title: Datalist - scrollview - checkbox
Post by: Szoron 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


Title: Re: Datalist - scrollview - checkbox
Post by: jarry on April 30, 2015, 06:55:10 AM
The scrollview does not supported in the datalist component.


Title: Re: Datalist - scrollview - checkbox
Post by: Szoron 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 :)