jquery-tabledit icon indicating copy to clipboard operation
jquery-tabledit copied to clipboard

how can use Date-picker with Tabledit

Open xbox2007 opened this issue 6 years ago • 7 comments

hello i have PHP page with Tabledit , its work very fine

but i would like to use Date-picker

thanks a lot

xbox2007 avatar Nov 01 '18 06:11 xbox2007

$('table tr td:nth-child(4) input').each(function() { $(this).datepicker({ format: 'dd/mm/yyyy', endDate: '+0d', todayHighlight: true, autoclose: true }); });

BindhyaKC avatar Nov 01 '18 08:11 BindhyaKC

thanks a lot my friend
please can you share full code , i try this code but not work with me thanks again

xbox2007 avatar Nov 04 '18 05:11 xbox2007

You should put the above code in onDraw: function() {} Please refer Example 6 javascript : https://markcell.github.io/jquery-tabledit/#examples

BindhyaKC avatar Nov 04 '18 06:11 BindhyaKC

BindhyaKC Thank you very much

xbox2007 avatar Nov 05 '18 06:11 xbox2007

can we use the same for drop down?

yatendra3192 avatar Feb 13 '19 15:02 yatendra3192

Yes. See example 6. https://markcell.github.io/jquery-tabledit/#examples

BindhyaKC avatar Feb 14 '19 03:02 BindhyaKC

Thank you @BindhyaKC for answer and @xbox2007 >for asking..

Akhyrokz avatar Jul 11 '20 13:07 Akhyrokz