Please turn JavaScript on
Blog - wpDataTables - Tables and Charts WordPress Plugin icon

Blog - wpDataTables - Tables and Charts WordPress Plugin

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.09 / day

Message History

Most HTML tables look broken straight out of the box. Browser defaults disagree with each other, cell spacing is unpredictable, and raw table markup has no visual hierarchy to speak of.

CSS sorts all of that. With the right mix of border-collapse, table-layout, nth-child selectors, and CSS custom properties, a plain data table turns...


Read full story

Most people send Excel files as attachments. It holds up right until the recipient opens the wrong version, edits a stale copy, or never opens the thing at all.

Publishing the spreadsheet to the web takes all three of those headaches off the table at once. The data lives in one place, renders straight in the browser, and stays current without a single email thread chas...


Read full story

A table that looks perfect on your desktop might fall apart the second you open it on a phone. That is not a responsive table.

Mobile is now over 64% of global web traffic (StatCounter, 2025). So when a data table spills past the viewport or crushes its columns into unreadable slivers, you’re not annoying a few stragglers, you’re failing most...


Read full story

Most WordPress tables work well for static data from spreadsheets, CSV files, or manually created tables. But developers often need more control, especially when data comes from live databases, related tables, or dynamic user-specific queries.

That is where wpDataTables becomes more than a basic table plugin.

With wpDataTables, developers can cr...


Read full story