What or which plugin in jquery shall i use to populate a html table with a xml file content?

后端 未结 3 605
囚心锁ツ
囚心锁ツ 2021-01-27 13:47

I have a requirement to display data from a xml file from server (path to file something like files/client.xml) into a html table or datagrid, which plugin or rathe

3条回答
  •  闹比i
    闹比i (楼主)
    2021-01-27 14:12

    jquery.dataTables is good as long as you have control over the contents of the xml file. Their formatting requirements are rather strict.

提交回复
热议问题