jquery datatables change default min-height
Add px
after 200
.
$('#id').css('min-height','200px');
Hope it saves somebody 10 seconds.
// you can set the any css property through .css like below
$('#id').css('min-height','200');
Add px
after 200
.
$('#id').css('min-height','200px');
Hope it saves somebody 10 seconds.
// you can set the any css property through .css like below
$('#id').css('min-height','200');