79597994

Date: 2025-04-29 09:16:32
Score: 0.5
Natty:
Report link

You can override the css style to achieve this.

Follow the example at Grid Styling - Overwrite style of ag-grid but use this override:

styles: [`.ag-root .ag-floating-top {overflow-y: hidden !important;}`],

The same can be applied for any pinned bottom rows by changing .ag-floating-top to .ag-floating-bottom.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MarkSci