#data-tables

[ follow ]
UX design
fromMedium
3 days ago

Data tables need to be accessible, too

Data tables often lack semantic markup and accessible interaction design, causing screen reader users to lose context and dynamic features to become unpredictable.
fromEngadget
1 month ago

Google's NotebookLM introduces Data Tables feature

Google's latest addition to its NotebookLM artificial intelligence research platform is a feature called Data Tables. The tool can collect and synthesize information across multiple sources into a chart that can be exported to Google Sheets. All Pro and Ultra users will have access to the feature today, and Data Tables will roll out to all users over the coming weeks.
Artificial intelligence
fromjQuery Script
3 months ago

Automatically Number Your HTML Tables with jQuery - Autotablenumbers

Dynamic Row Numbering: It automatically adds sequential numbers to a specified column in your table. Respects Visibility: The plugin intelligently numbers only visible rows by default (tbody tr:visible). It works correctly even after you filter or hide rows. Customizable Output: You have options to make the numbers bold or add a leading zero for single-digit numbers (e.g., "01, 02, 03").
JavaScript
[ Load more ]