Table of Contents
How to Increase the Column Width for EA Data Table? #
EA Data Table column width should be automatic based on content. Suppose, if you have 5 columns so 20% width for each would make them even. For that case, If you want to define the width, you can use custom CSS like this:
.eael-data-table tbody tr td { width: 20%; }
For more information, you can check out this documentation on how to configure and style EA Data Table.