| Page 1 of 1 | [ 2 posts ] |
|
Hi,
I am using DataTable (YUI3) in my project and i wanted to make the contents of one of the columns as a hyperlink that opens a Rich Text Area. Can anyone please tell me as to how this can be done? YUI().use("datatable-sort","datatable-scroll", function(Y) { var cols = [ {key:"FirstName", label:"FirstName", sortable:true}, {key:"LastName",label:"LastName"}, {key:"Company", label:"Company", sortable:true}, {key:"Telephone", label:"Telephone"}, {key:"Address", label:"Address"}, {key:"Expertise", label:"Expertise"} }) If i had to make the lastname column to be hyperlinked what is to be done? Thanks in advance |
|
You need to configure a custom cell formatter. Check the YUI 3 DataTable documentation.
|
| Page 1 of 1 | [ 2 posts ] |
| 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