Create a an example on jsfiddle.net and paste back a link so everyone can see what you're actually getting.
O. On 2011-01-29, at 17:13, [email protected] wrote: > i've made an HtmlTable.Select of an existing table, tried "selectable: > true" and "enableSelect", nothing works, if i try to access the > "getSelected"-method of my table, i keep getting ".getSelected is not > a function", all other functions like "selectAll" or "selectNone" work > perfectly". > > my code (from inside my class): > > this.options.HTMLTable = new HtmlTable(this.options.table, { > selectable : true > }); > > // this works perfect ... > this.options.HTMLTable.selectAll(); > > // ... but this causes the error! > console.log(this.options.HTMLTable.getSelected()); > > can you help?
