All,
I have a table with some fixed columns and some scrollable columns:
new sap.ui.table.Table({
id: 'myId',
fixedColumnCount: 2,
layoutFixedL false,
visibleRowCount: 10
})
// some columns
the table is showing correctly on my screen and scrolls fine (most of the times) - I just see some js errors in the console coming from the sap-ui-core.js file
Uncaught Error: "xx.xx" is of type number, expected int for property "scrollTop" of Element sap.ui.commons.ListBox#someId"
is this a bug in sapui5 ??
thank you in advance,
Sergio