var ds1 = new Spry.Data.HTMLDataSet(" /library/datasets/databases3.htm", "dsTable");
var dsNames1 = new Spry.Data.HTMLDataSet(" /library/datasets/databases3.htm", "dsTable",{distinctOnLoad:true, distinctFieldsOnLoad:['name']});
ds1.sort("name"); // Sort the rows of the data set using the "name" column.
dsNames1.sort("name"); // Sort the rows of the data set using the "name" column.
