Author Topic: Scrollbar overlaping  (Read 1611 times)

lhohman

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 9
    • View Profile
Scrollbar overlaping
« on: January 23, 2020, 03:29:29 am »
We are experiencing the following visual glitches, the scrollbar is overlapping to the table, and after resizing a column, it will re-accommodate the size for the scrollbar to fit correctly.

This is happening on Chrome browser most notably, using bootstrap theme.





The following relevant options are being used:
Code: [Select]
    width: "99%",
    height: 500,
    reactive: true,
    roundCorners: false,
    stripeRows: true,
    numberCell: { show: false },
    selectionModel: { type: 'row' },
    wrap: true,
    hwrap: true,
    editable: false,
    resizable: true,
    showBottom: true,
    showTitle: true,
    title: '',
    showTop: true,
    showToolbar: true,
    scrollModel: { autoFit: true },
    pageModel: { type: "local", rPP: 50, rPPOptions: [10, 50, 100, 500, 1000] },
    collapsible: { on: false, toggle: false },
« Last Edit: January 23, 2020, 03:40:15 am by lhohman »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6282
    • View Profile
Re: Scrollbar overlaping
« Reply #1 on: January 23, 2020, 10:38:17 am »
Please call refresh() method after grid is initialized to fix it.