EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 04:47:53 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
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
why my datagrid is loaded 2 times
Pages: [
1
]
« previous
next »
Print
Author
Topic: why my datagrid is loaded 2 times (Read 9345 times)
crosemffet
Jr. Member
Posts: 68
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
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...