You can convert html table to datajrid see
http://jeasyui.com/tutorial/datagrid/datagrid1.phpIf you need populate table using ajax (without json), by example using xml/html
You can do it manually
1. ajax request to /some-page/
2. parser response
3. put parsed data to datagrid/local data array etc.