| Page 1 of 1 | [ 1 post ] |
|
I would like to "hijack" the recordsetSort:sort event and do my own thing on the server to do the sorting. Can I get the sortBy and dir from the event?
Code: myTable.set("recordset",jo.data); myTable.plug(Y.Plugin.DataTableSort); myTable.before("recordsetSort:sort", function(ev){ ev.preventDefault(); ev.stopPropagation(); // Can I get the sortBy and dir from ev so I can pass it to the server? } ); Thanks. |
| Page 1 of 1 | [ 1 post ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group