In dyanamic datatatable datetimepicker not working in every row

In dyanamic datatatable datetimepicker not working in every row

ashu81ashu81 Posts: 3Questions: 3Answers: 0

My datatable is bind using database, After binding i want apply datetime picker in every row , but after adding code date time picker apply in one row only if we change any row value is change directly first row
after paging datetime picker not work

$('.datepicker').datepicker({
defaultDate: "dd-M-yy",
changeMonth: true,
changeYear: true,
dateFormat: "dd-M-yy"
});

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

Sign In or Register to comment.