How to implement datatable to display data from blogpost ?
How to implement datatable to display data from blogpost ?
entre.startup
Posts: 3Questions: 1Answers: 0
How do we implement datatable for blogger.com to display certain blogpost DYNAMICALLY without modifying html manually ?
ex: please refer the freshers voice website.
This discussion has been closed.
Answers
Is the HTML well formed and has
thead
andtbody
tags? If so, then you can use the simple initialisation as described in the manual.Allan
the data table should not be constructed manually
I'm not sure I understand. What about
$().DataTable()
is manual? You are going to have to give me a whole lot more information if I'm going to be able to offer any help.Thanks for patience Allan,
The data inside the table should be retrieved through json call.
I can understand the styles and js files to implement the datatable but i would like to know how to get data through json call (or) from database.
Hope this is clear. :)
Perfectly clear thanks. The information you are looking for is in the manual.
Allan