The YUI 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.
Questions tagged [yui-datatable]
120 questions
1
vote
0 answers
Why can't I programmatically scroll to a given row in a YUI ScrollingDataTable?
It appears the ScrollingDataTable scrollTo method is broken.
As an alternative, I've tried scrollIntoView() and jQuery's scrollTop on the correct dom elements without luck. I've also tried YAHOO.util.Scroll and it doesn't work either.
The datatable…

pkananen
- 1,325
- 1
- 11
- 23
1
vote
1 answer
How do I make an XHRDataSource request to a Django server in YUI?
I'm using post, and the YUI documentation example code isn't working.
YAHOO.util.Event.addListener(window,"load",function()
{
var columnDefs =
[
{key:"url", sortable:true, resizeable:true},
{key:"title", sortable:true,…

FinDev
- 4,437
- 6
- 29
- 29
1
vote
2 answers
Issues subscribing to YUI2 DataTable events using 2in3
Does anyone know if there are any known issues subscribing to events fired by a YUI2 DataTable when using with YUI3 2in3? I'm trying to do the following and it's not working:
myDataTable.subscribe("initEvent", function(){
Y.log('******** hello…

Bart Gottschalk
- 174
- 2
- 11
1
vote
1 answer
GrailsUI (YUI) data table hover event
How to make the data table rows change color as hover over it. The YUI example is here link text
I tried something like