Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMultiTableRowRendererOptions

Hierarchy

  • IMultiTableRowRendererOptions

Index

Properties

async

async update on scrolling animation -> use requestAnimationFrame sync -> execute within scroll listener {number} -> execute within this delay using setTimeout

default

is chrome ? animation else 0

columnPadding

columnPadding: number

column padding to use between columns

default

0

minScrollDelta

minScrollDelta: number

minimal number of pixel the scrollbars has to move

default

30