我需要知道如何在 JQGrid 中调整日期选择器的大小。现在它看起来比我想要的要大。我尝试使用
jQuery(elem).datepicker({
autoSize: false,
height:20,
width:20,
changeMonth: true,
changeYear: true
});
但这不起作用。
请帮忙,
谢谢