Who.int sources data table
Who.int sources data table
Hello,
I'm so newbie with DataTables and I'm very excited with its powerful. I would like to work with it and also I'm interested to work with www.who.int data (I'm a medical student). For example I discovered the following information data, that allows to know the global moratlity in all countries trought the following link: http://apps.who.int/gho/data/node.main.11?lang=en
I would like to learn how can I create some tables that uses its data information. Can someone help me?
Many thanks for all,
Gerard
I'm so newbie with DataTables and I'm very excited with its powerful. I would like to work with it and also I'm interested to work with www.who.int data (I'm a medical student). For example I discovered the following information data, that allows to know the global moratlity in all countries trought the following link: http://apps.who.int/gho/data/node.main.11?lang=en
I would like to learn how can I create some tables that uses its data information. Can someone help me?
Many thanks for all,
Gerard
This discussion has been closed.
Replies
Secondly, how would you do it without DataTables? That is basically what you want to do - create a plain HTML table, then simply run `$('#myTable').dataTable();` on it.
Allan