- Notifications
You must be signed in to change notification settings - Fork 431
Closed
Milestone
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
Assignees
Labels
No labels