Dynamic Data Binding with dataTable
Dynamic Data Binding with dataTable
I have Data in json as below.
[["PH", "Philippines"], ["TW", "Taiwan"], ["HK", "Hong Kong"], ["US", "United States"], ["AU", "Australia"], ["CO", "Colombia"], ["CA", "Canada"], ["CN", "China"], ["ID", "Indonesia"], ["PE", "Peru"], ["QA", "Qatar"], ["AE", "United Arab Emirates"], ["KE", "Kenya"], ["MX", "Mexico"], ["SG", "Singapore"]]
And I want to Display all using sorting by country name first 5 data in first column then 6 to 10 in second column till 4 columns and with pagination option for a table.
Waiting for positive replay.
Thanks,
Vyas Vijay