Re: [web2py] datatable plugin customization

2012-05-09 Thread Richard Vézina
Ok, I think that web2py admin plugin is for web2py created plugin... For the kind of plugin like Datatables you have to include it by your self like this : @import "{{=URL('static', 'plugin_added/jquery-ui-1.8.17.custom/css/smoothness/jquery-ui-1.8.17.custom_DISPLAY_TWEAKS_RV.css')}}"; @import "

Re: [web2py] datatable plugin customization

2012-05-09 Thread Larry G. Wapnitsky
I installed the plugin directly through the admin interface. I never specified anything regarding interface, so I'm assuming that it's using the default settings. As for jQuery, I haven't had time to learn that yet, which is why I'm relying on the plugins that have been created already. On

Re: [web2py] datatable plugin customization

2012-05-09 Thread Richard Vézina
jQuery UI theme init : $(document).ready( function () { var oTable = $('#example').dataTable( { "sDom": 'R<"H"lfr>t<"F"ip<', "bJQueryUI": true, "sPaginationType": "full_numbers" } ); } ); http://www.datatables.net/release-datatables

Re: [web2py] datatable plugin customization

2012-05-09 Thread Richard Vézina
Think that your css are not loaded, I mean the datatables css... Or you didn't specified that you want to use the jQuery UI theme. But what you want exactly? Truncate switch from web2py allow to trunc long text field at particular length, personnaly I don't truncate... For example you have to mani

Re: [web2py] datatable plugin customization

2012-05-09 Thread Larry Wapnitsky
OK. Here's the screenshot: shifted datatables On Tuesday, May 8, 2012 5:16:48 PM UTC-4, Richard wrote: > > Good, feel free to ask for DTs... I also have to leave :) > > Richard > > On Tue, May 8, 2012 at 4:43 PM, Larry G. Wapnits

Re: [web2py] datatable plugin customization

2012-05-08 Thread Richard Vézina
Good, feel free to ask for DTs... I also have to leave :) Richard On Tue, May 8, 2012 at 4:43 PM, Larry G. Wapnitsky wrote: > i'm about to leave my office. I'll send you a screenshot of what I"m > getting tomorrow. > > > > On 5/8/2012 4:42 PM, Richard Vézina wrote: > > What kind of table you n

Re: [web2py] datatable plugin customization

2012-05-08 Thread Larry G. Wapnitsky
i'm about to leave my office. I'll send you a screenshot of what I"m getting tomorrow. On 5/8/2012 4:42 PM, Richard Vézina wrote: What kind of table you need, I can help you initialise DataTables, the other one I don't use them. I know how to setup jqgrid with plugin_wiki, but I didn't touch

Re: [web2py] datatable plugin customization

2012-05-08 Thread Richard Vézina
What kind of table you need, I can help you initialise DataTables, the other one I don't use them. I know how to setup jqgrid with plugin_wiki, but I didn't touch it since a long time and to me it was so difficult to configure so I abandonned it. With DataTables, I definitely help set it up. Richa

Re: [web2py] datatable plugin customization

2012-05-08 Thread Larry G. Wapnitsky
I tried those, but documentation seems to be missing as well. On 5/8/2012 4:35 PM, Richard Vézina wrote: ho, I think those plugin could be quite outdated... If you really need a table plugin, look to Datatables or PowerTable (or PowerGrid : http://labs.blouweb.com/PowerGrid/) form Bruno. Th

Re: [web2py] datatable plugin customization

2012-05-08 Thread Richard Vézina
ho, I think those plugin could be quite outdated... If you really need a table plugin, look to Datatables or PowerTable (or PowerGrid : http://labs.blouweb.com/PowerGrid/) form Bruno. There is also a plugin_wiki jqgrid coming pre-wrapped within web2py. Richard On Tue, May 8, 2012 at 3:36 PM, La

Re: [web2py] datatable plugin customization

2012-05-08 Thread Larry Wapnitsky
Also, I found the "truncate" switch, which is helping me, but my table is appearing on the right. Is there a list of the available "switches" for datatable? On Tuesday, May 8, 2012 11:58:28 AM UTC-4, Richard wrote: > > Which plugin... Also if you use chrome rigth click and inspect element can

Re: [web2py] datatable plugin customization

2012-05-08 Thread Larry Wapnitsky
plugin_datatable from web2py.com/plugins On Tuesday, May 8, 2012 11:58:28 AM UTC-4, Richard wrote: > > Which plugin... Also if you use chrome rigth click and inspect element can > make it pretty easy to find a style and change the properties. > > Richard > > > I'm not a CSS guy (still learning),

Re: [web2py] datatable plugin customization

2012-05-08 Thread Richard Vézina
Which plugin... Also if you use chrome rigth click and inspect element can make it pretty easy to find a style and change the properties. Richard On Tue, May 8, 2012 at 11:46 AM, Larry Wapnitsky wrote: > I'm not a CSS guy (still learning), but need to be able to change the > default column widt

[web2py] datatable plugin customization

2012-05-08 Thread Larry Wapnitsky
I'm not a CSS guy (still learning), but need to be able to change the default column widths in the datatable plugin. Guidance? Thanks, Larry