This support forum belongs to the QuickEdit for DataTable Gallery Module.
QuickEdit for DataTable has a bug tracker here: http://github.com/jafl/yui-modules/issues
| Page 1 of 1 | [ 2 posts ] |
|
hi,
i am using quick edit from yui 3 and i changed my table configuration as mentioned in the example and i am running in to pronblems. my code is below <script type="text/javascript"> YUI({ //Last Gallery Build of this module gallery: 'gallery-2011.06.15-19-18' }).use('gallery-quickedit', function(Y) { var cols = [ { key: 'title', label: 'Title', quickEdit: true }, { key: 'year', label: 'Year' }, { key: 'quantity', label: 'Quantity', quickEdit: { validation: { css: 'yiv-required yiv-integer:[0,]' } } } ]; // Columns must match data parameter names var data = [ {title:"commander of chief1", year:"19801", quantity:"101"}, {title:"commander of chief2", year:"19801", quantity:"102"}, {title:"commander of chief2", year:"19803", quantity:"103"} ]; var table = new Y.DataTable.Base({columnset: cols, recordset: data}); table.plug(Y.Plugin.DataTableQuickEdit, {changesAlwaysInclude: ['id']}); table.render(); }); </script> is there any other configuration i need to do to see the change , any suggestions ? pplease advice thanks |
|
See my reply to your other post.
|
| 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