Skip to main content

grid-pro.gridprostatusbarloadmoreconfig

Home > @genesislcap/grid-pro > GridProStatusBarLoadMoreConfig

GridProStatusBarLoadMoreConfig interface

Configuration options for load more status bar component

Signature:

export interface GridProStatusBarLoadMoreConfig 

Properties

Property

Modifiers

Type

Description

appearance?

string

(Optional) Custom appearance for the button.

onLoadMore?

() => void

(Optional) Custom callback function to execute when the action is triggered. If not provided, the component will use the default datasource behavior.

tooltip?

string

(Optional) Custom tooltip text that appears on hover.