Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Closed
Assignees
Milestone
@paroxyzm

Description

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    AltStyle によって変換されたページ (->オリジナル) /