Please try to use the treegrid definition below. It runs quickly in chrome,firefox and ie.
<table title="Folder Browser" class="easyui-treegrid" fit="true" fitcolumns="true"
data-options="
url: 'members_tree.json',
idField: 'id',
treeField: 'firstlastname'
">
<thead>
<tr>
<th field="firstlastname" width="600%">First and Last name</th>
<th field="email" width="100%">Email</th>
<th field="phone" width="100%">Phone</th>
<th field="entrydate" width="100%">Entry date</th>
<th field="birthdate" width="100%">Date Of Birth</th>
<th field="note" width="100%">Note</th>
</tr>
</thead>
</table>