datepicker and fixedColumn
datepicker and fixedColumn
crazykangourou
Posts: 2Questions: 0Answers: 0
Hello,
A bottle in the sea during this summer vacacion...
Firstly, thank you for this nice API.
Secondly I have a problem when using datepicker and the plugin fixedColumn...
When I click in the calendar, this one show correctly, but when I pick a date, nothing appears in the input field :(
I think, it's because, my datepicker is in the thead tag, if I put it in other line of the array, it works.
Thank you for your help
here my code
[code]
>
de à
<?php echo $tdComplexe?>
<?php echo $trSupport?>
$(function() {
$( ".calendrier" ).datepicker({ dateFormat: "dd/mm/yy" });
var oTable = $('#tableauMc4').dataTable({
"sScrollY":"350px",
"sScrollX":"100%",
"sScrollXInner":"150%",
"bScrollCollapse":true,
"bPaginate":false,
"bSort":false,
"bFilter": false,
"sDom": '<"top">rt<"bottom"flp><"clear">',
});
new FixedColumns( oTable );
});
[/code]
A bottle in the sea during this summer vacacion...
Firstly, thank you for this nice API.
Secondly I have a problem when using datepicker and the plugin fixedColumn...
When I click in the calendar, this one show correctly, but when I pick a date, nothing appears in the input field :(
I think, it's because, my datepicker is in the thead tag, if I put it in other line of the array, it works.
Thank you for your help
here my code
[code]
>
de à
<?php echo $tdComplexe?>
<?php echo $trSupport?>
$(function() {
$( ".calendrier" ).datepicker({ dateFormat: "dd/mm/yy" });
var oTable = $('#tableauMc4').dataTable({
"sScrollY":"350px",
"sScrollX":"100%",
"sScrollXInner":"150%",
"bScrollCollapse":true,
"bPaginate":false,
"bSort":false,
"bFilter": false,
"sDom": '<"top">rt<"bottom"flp><"clear">',
});
new FixedColumns( oTable );
});
[/code]
This discussion has been closed.