Astroraf
06-21-2024Data Pipeline
Horizontal scroll on Table Widget
Hello,
I am working with a client's dashboard and trying to get a horizontal scroll bar to appear on a table widget. I have tried this code:
dashboard.on('widgetready', (el, args) => {
$('.p-mid', 'widget[widgetid=' + args.widget.oid + ']').scroll((scrollBar) => {
$('.p-mid').each((_,pivot) => {
pivot.scrollLeft = scrollBar.target.scrollLeft;
});
});
});but to no avail. Does anyone have any solution to this?
Solution is to make sure column with is selected to Manual and not Automatic