asked on
{
orderable: false,
render: function (data, type, row) {
return '<input class="form-control form-control-sm" type="text" maxlength="2" size="6" name="cass1[' + row.Enroll_ID + ']" value="' + row.CA1 + '">';
}
},
{
orderable: false,
render: function (data, type, row) {
return '<input class="form-control form-control-sm" type="text" maxlength="2" size="6" name="cass2[' + row.Enroll_ID + ']" value="' + row.CA2 + '">';
}
}
The $LimitDate holds the date when the input periods expire.