question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom export links outside table or in Toolbar, How?

See original GitHub issue

Hi,

Just curious to learn that is it possible i can create custom links in toolbar with data-type="json" OR data-type="excel" to export directly ? I tried it but didn’t work.

Any way to do this? Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JonnyBananascommented, Mar 22, 2018

thank you very much, I already solved it.

El mié, 21 de marzo de 2018 10:12 PM, Daniel Brose notifications@github.com escribió:

@JonnyBananas https://github.com/jonnybananas - that feels like a different issue, so no suprise no reply on closed topic. Please open new issue if still a problem, and be cautious with closed posts, often better to open a new one and just link using #[issue-id] or full url even 😃

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wenzhixin/bootstrap-table/issues/2234#issuecomment-375182029, or mute the thread https://github.com/notifications/unsubscribe-auth/AUHhVNDFOiUNgC4-HZmF7F1UiLjnfGZqks5tgzLFgaJpZM4ISjIY .

0reactions
aviqbaihaqycommented, Aug 13, 2021

just call internal method from extension: https://github.com/wenzhixin/bootstrap-table/blob/develop/src/extensions/export/bootstrap-table-export.js#L179

$('#export').on('click', function (e) {
	$table.bootstrapTable('exportTable', {
		type: 'excel',
		escape: false
	});
});
Read more comments on GitHub >

github_iconTop Results From Across the Web

Customize the Quick Access Toolbar - Microsoft Support
Select File > Options > Quick Access Toolbar. Select Import/Export > Export all customizations.
Read more >
Access design tools from the toolbar – Figma Help Center
Click the arrow next to the frame tool to access the Slice tool. The Slice tool allows you to specify a region of...
Read more >
Link plugin | Docs - TinyMCE
The link plugin allows a user to link external resources such as website URLs, to selected text in their document. It adds two...
Read more >
Link to a webpage, email, phone number, or page in Pages on ...
In Pages on iPad, link to websites, email addresses, phone numbers, and other pages in the document. Turn automatic link formatting off or...
Read more >
Manually Change Presentation Settings - Oracle Help Center
Provide Custom Links in Presentation Services · Enable the Ability to Create Links to Dashboard Pages · Configure an Alternate Toolbar for Oracle...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found