Dynamic Data binding to jQuery dataTable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vyasvijay
    New Member
    • Oct 2014
    • 2

    Dynamic Data binding to jQuery dataTable

    I have Data in json as below.

    Code:
    [["PH", "Philippines"], ["TW", "Taiwan"], ["HK", "Hong Kong"], ["US", "United States"], ["AU", "Australia"], ["CO", "Colombia"], ["CA", "Canada"], ["CN", "China"], ["ID", "Indonesia"], ["PE", "Peru"], ["QA", "Qatar"], ["AE", "United Arab Emirates"], ["KE", "Kenya"], ["MX", "Mexico"], ["SG", "Singapore"]]
    And I want to Display all using sorting by country name first 5 data in first column then 6 to 10 in second column till 4 columns and with pagination option for a table.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    what have you tried?

    Comment

    • vyasvijay
      New Member
      • Oct 2014
      • 2

      #3
      I have tried jquery dataTable for this but can't find the way to bind data column wise.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        how is data binding related to that?

        Comment

        Working...