Please help

Please help

djbuandjbuan Posts: 2Questions: 0Answers: 0
edited August 2011 in DataTables 1.8
I have a javascript object collection and I want to bind it to DataTables (in ASP.Net). How can i bind it in the fastest way possible? Here is the sample construction of my object collection:

[0]
-Username
-Password
-Address
-BirthDate


I hope someone can help me. Thanks.

Replies

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin
    Have a look at this blog post: http://datatables.net/blog/Extended_data_source_options_with_DataTables

    And this example: http://datatables.net/release-datatables/examples/ajax/objects.html

    Hopefully that will help :-)

    Allan
  • djbuandjbuan Posts: 2Questions: 0Answers: 0
    ok, thanks :)
This discussion has been closed.