jquery-tabledit
jquery-tabledit copied to clipboard
how can use Date-picker with Tabledit
hello i have PHP page with Tabledit , its work very fine
but i would like to use Date-picker
thanks a lot
$('table tr td:nth-child(4) input').each(function() { $(this).datepicker({ format: 'dd/mm/yyyy', endDate: '+0d', todayHighlight: true, autoclose: true }); });
thanks a lot my friend
please can you share full code ,
i try this code but not work with me
thanks again
You should put the above code in onDraw: function() {} Please refer Example 6 javascript : https://markcell.github.io/jquery-tabledit/#examples
BindhyaKC Thank you very much
can we use the same for drop down?
Yes. See example 6. https://markcell.github.io/jquery-tabledit/#examples
Thank you @BindhyaKC for answer and @xbox2007 >for asking..