3.13.0 on August 13, 2026
This release adds a "Column Widths" setting controlling how Percent Width columns behave on narrow screens, and fixes exports repeating link addresses after values along with several column alignment issues.
🚀 Added
- A "Column Widths" setting on the DataTables tab for columns using a Percent Width, choosing between "Widen the table and scroll sideways" (default setting that keeps every value readable) and "Keep the column at its set width" (holds your configured widths at any screen size, letting a wider value overlap the next column).
✨ Improved
- A Percent Width is now the share of the table a column aims for rather than one it is held to, so columns whose values need more room can take it once the rows load — choose "Keep the column at its set width" to have the percentages honored exactly.
🐛 Fixed
- Exports repeated a value's link address after it — a name linked to its entry exported as
Jane Doe (https://example.com/view/entry/123/), and phone or email columns exported their own address alongside the value (File Upload, Website, Entry Link and Edit Link columns still export the address, since there the address is the value). - Column alignment issues, most visible on mobiles devices:
- Columns were narrower than the values they held, breaking headings one letter per line and running values across the column beside them;
- Column headings and the footer stayed behind when the table was scrolled sideways, leaving every heading over the wrong column;
- Column headings and the footer kept a width the rows no longer had when a web font finished loading after the table drew — including tables using a floating header, where headings stayed out of line even after the header dropped back into place.