Skip to content

How do I turn off tooltips on hovering over pagination items? #1278

Closed
@paroxyzm

Description

@paroxyzm

Hello!

I'm struggling with disabling tooltips on hovering over pagination items.

This can be seen in examples for pagination:
https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Pagination&selectedStory=Standalone%20Pagination%20Total&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel

When you hover over any item the tooltip appears showing either the number of the page, or the Title for Next/Previous/First/Last items.

Is there a way to disable it?
What options should I provide to make this happen?

I tried augmenting options with for example nextPageText: null with no luck

 const options = {
  custom: true,
  totalSize: products.length,
  nextPageText: null,
  prePageText: null,
};

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions