Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column Text Alignment in Print Extension #7093

Closed
wahono77 opened this issue Dec 9, 2023 · 2 comments
Closed

Column Text Alignment in Print Extension #7093

wahono77 opened this issue Dec 9, 2023 · 2 comments
Labels
has PR Issues that has been fixed with a PR. help-wanted Issues we need or would love help from the community to resolve.

Comments

@wahono77
Copy link

wahono77 commented Dec 9, 2023

Description

How to set column text alignment when printing is depend on column alignment in display? Currently all columns is centered text

Example(s)

No response

@wahono77 wahono77 added the help-wanted Issues we need or would love help from the community to resolve. label Dec 9, 2023
@wenzhixin
Copy link
Owner

You can use the printPageBuilderDefault option to customize your style.
https://live.bootstrap-table.com/code/wenzhixin/16731

th, td {
  text-align: left;
  vertical-align: middle;
}

@wenzhixin wenzhixin added the has PR Issues that has been fixed with a PR. label Dec 16, 2023
@wenzhixin
Copy link
Owner

Fixed in #7101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has PR Issues that has been fixed with a PR. help-wanted Issues we need or would love help from the community to resolve.
Projects
None yet
Development

No branches or pull requests

2 participants