Re: [web2py] plugin_datatable issue

2012-03-17 Thread Neveen Adel
Thanks rochacbruno for your reply :) Am just using the plugin files: response.files.append(URL(r=request,c='static',f='plugin_datatable/jquery.dataTables.min.js')) response.files.append(URL(r=request,c='static',f='plugin_datatable/jquery.dataTables.css')) On Wednesday, 20 April 2011 17:53:

Re: [web2py] plugin_datatable issue

2011-04-20 Thread Bruno Rocha
Are you using absolute urls for JS and CSS includes? On Wed, Apr 20, 2011 at 9:48 AM, Neveen Adel wrote: > Hello, > > I have a wired issue that is : > > Am using the plugin_datatable plugin and it works fine with my > network but when am using different network the show entries dropdown > an

[web2py] plugin_datatable issue

2011-04-20 Thread Neveen Adel
Hello, I have a wired issue that is : Am using the plugin_datatable plugin and it works fine with my network but when am using different network the show entries dropdown and search textbox are not displaying. Could you please tell me what is the problem? Thanks in Advance

Re: [web2py] plugin_datatable cells contents

2011-03-16 Thread rochacbruno
It is definded in truncate parameter Plugin_datatable(truncate=n) Enviado via iPhone Em 16/03/2011, às 07:23, Neveen Adel escreveu: > Hello, > > The plugin_datatable when the field has a big string it display part > of and append "" at the end. > > > Is there a way to display al

[web2py] plugin_datatable cells contents

2011-03-16 Thread Neveen Adel
Hello, The plugin_datatable when the field has a big string it display part of and append "" at the end. Is there a way to display all content and remove the "...". Thanks in Advance

Re: [web2py] plugin_datatable

2011-02-07 Thread Bruno Rocha
It is all about JavasCRIPT. To get selected row and perform an action i.e (javascript window.location('') ) http://datatables.net/examples/api/select_single_row.html To show/hide columns http://datatables.net/examples/api/show_hide.html

[web2py] plugin_datatable

2011-02-07 Thread Neveen Adel
Hello, Am using to plugin_datatable and i want to go to the update form from displayed table. E.x: The table display a list of records ,Is there a way on clicking on a record the update form is displayed? Is there a way to do that ? if not , is there any idea can lead me to the target? Anothe