jquery datepicker not working

jquery datepicker not working

jrpauleyjrpauley Posts: 2Questions: 2Answers: 0

data init as documented below does not seem to work. I have loaded additional jquery-ui css/js files. With the ISO_8601 suffix I can't get the table to initialize. Removing the ISO_8601 and the table will init but there is no calendar loaded in the cell. Can someone post a working solution to get a calendar popup selector in a data cell or be more specific aboout what jquery-ui files need to be loaded?

I am using datatables version 1.10.3
-Thx

}, {
label: "Start:",
name: "startTime",
type: "date",
def: function () { return new Date(); },
dateFormat: $.datepicker.ISO_8601
}, {

This discussion has been closed.