DataTables with WordPress and JSON

DataTables with WordPress and JSON

denisforigodenisforigo Posts: 11Questions: 0Answers: 0
edited May 2011 in General
Good morning,

I'm trying to integrate WordPress and DataTables through a plugin that returns the posts of WordPress formatted in JSON. This plugin returns the data via URLs like this: http://www.videosdeluta.org/?json=get_recent_posts&dev=1&post_type=videos. I wonder what I should do to get it to recognize the data. It takes some plugin or conversion? What should I insert a table format in HTML? I can do this using AJAX? How to choose only some of the data?

Thanks,
ps.: sorry for Google translation

Replies

  • allanallan Posts: 63,139Questions: 1Answers: 10,400 Site admin
    The ability to read abstract data formats like this is a new feature of DataTables 1.8 (currently in beta) - see this blog post for more (including examples): http://datatables.net/blog/Extended_data_source_options_with_DataTables

    Allan
This discussion has been closed.