Posts Tagged YUI datatable

JavaScript: YUI dataTable hidden column border bug CSS fix

With the YUI datatable control you can render a HTML table into a new table with enhanced features such as column hiding. To hide and show columns the CSS style is changed to display:none. One particular problem with hidden columns is, that not the cell itself gets hidden but the div inside the cell. I [...]

Tags: , , , , , ,

JavaScript: Hide and show columns of a YUI dataTable using checkboxes

The DataTable control provides a simple yet powerful API to display screen-reader accessible tabular data on a web page. Notable features include sortable columns, pagination, scrolling, row selection, resizeable columns, and inline cell editing.

I wrote a script to show and hide columns of the YUI dataTable control using checkboxes. If you are new to YUI [...]

Tags: , , ,