jQuery EasyUI Forum
May 22, 2013, 07:04:33 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
jQuery EasyUI Forum
>
General Category
>
Help for EasyUI
>
why my datagrid is loaded 2 times
Pages: [
1
]
« previous
next »
Print
Author
Topic: why my datagrid is loaded 2 times (Read 907 times)
crosemffet
Newbie
Posts: 26
why my datagrid is loaded 2 times
«
on:
December 19, 2012, 08:51:02 AM »
the following code:
<table class="easyui-datagrid" id="augrid" title="xx" data-options="fitColumns:true,singleSelect:false,pageSize:100,autoRowHeight:false">
<thead>
<tr>
<th data-options="field:'calldate',width:40" formatter="formatShortDate">calldate</th>
<th data-options="field:'uname',width:200">uname</th>
</tr>
</thead>
</table>
then:
$('#augrid').datagrid({
url: 'jq-ajaxJson.php'
})
when I check my jq-ajaxJson.php page, it's loaded 2 times.
any reason..?
am I making something wrong...?
thanks in advance.
regards,
Logged
heru
Newbie
Posts: 12
Re: why my datagrid is loaded 2 times
«
Reply #1 on:
January 06, 2013, 08:49:12 PM »
remove css in your table definition and your datagrid won't loaded 2 times again
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> Help for EasyUI
=> Bug Report
Loading...