ajax-data-table by Dao Hai Nam

<PackageReference Include="ajax-data-table" Version="1.0.6.2" />

 ajax-data-table 1.0.6.2

ajax-data-table is a Javascript library allowing to create html table from JSON data

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ajax-data-table</id>
    <version>1.0.6.2</version>
    <authors>Dao Hai Nam</authors>
    <owners>Dao Hai Nam</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>ajax-data-table is a Javascript library allowing to create html table from JSON data</description>
    <releaseNotes>- Add loading icon (set options.loader = false to disable).</releaseNotes>
    <copyright>Copyright 2014 by Dao Hai Nam</copyright>
    <tags>ajax data table</tags>
    <dependencies>
      <dependency id="jQuery" />
    </dependencies>
  </metadata>
</package>