hi, i have a datatable with autoheight: true and scrollY : true but the scroll not visible , why?
autoheight:true,
scroll:'y',
select:"row",
url: "load.php?cmd=load_rimanenze"
hi, i have a datatable with autoheight: true and scrollY : true but the scroll not visible , why?
autoheight:true,
scroll:'y',
select:"row",
url: "load.php?cmd=load_rimanenze"
The point is that the autoheight
adjusts the grid to the data, therefore, scrolls will be always disabled.
ok thanks