As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #869588
Display table column headers vertically or at a 45-degree angle?
Closed

Comments

  •  2
    John started the conversation

    Hello,

    Is it possible to display table column headers vertically or at a 45-degree angle? I need to squeeze a lot of columns in a narrow space.

    Thanks.

  • [deleted] replied

    Hi John,
    Thank you for your purchase.

    It is possible with custom CSS and little customization. You will need to add transform property to the headers of the table. You can take a look at this tutorial Rotated Table Column Headers where you have example table and example CSS for rotating table headers. You can add custom CSS in wpDataTables custom CSS field on wpDataTables settings page or directly on page where your table is located.

  •  2
    John replied

    Thanks. I'll check out this solution.

    --John