Re: [web2py] Re: Powertable remarks

2011-01-27 Thread António Ramos
That was an excelent question! Any answer from Bruno? Thanks António 2011/1/18 Johann Spies johann.sp...@gmail.com I started this thread: On 17 December 2010 12:11, Johann Spies johann.sp...@gmail.com wrote: * I have tested it this morning on a table with more just over 8200 entries

[web2py] Re: Powertable remarks

2011-01-18 Thread Johann Spies
I started this thread: On 17 December 2010 12:11, Johann Spies johann.sp...@gmail.com wrote: * I have tested it this morning on a table with more just over 8200 entries and it took 70-90 seconds on Firefox and 30-35 secondes no Chrome to reload the page from localhost. That is not

[web2py] Re: Powertable remarks

2011-01-01 Thread tomt
Hello, In-line editing is listed as a feature of powertable. Would it be possible for you to include a working example of this in your demo? Thanks, - Tom On Dec 29 2010, 9:49 pm, Bruno Rocha rochacbr...@gmail.com wrote: Here is a complete list of working powerTable

Re: [web2py] Re: Powertable remarks

2011-01-01 Thread Bruno Rocha
Hello, In-line editing is listed as a feature of powertable. Would it be possible for you to include a working example of this in your demo? Yes, I am working to finish some features and the most important (server side processing) In my plan is a tutorial, documentations and a video. I

Re: [web2py] Re: Powertable remarks

2011-01-01 Thread Bruno Rocha
BTW Here is an updated version of the plugin: https://bitbucket.org/rochacbruno/powertable/downloads I fixed some bugs, included a test version of server side JSON parsing, search works globally and by column, and there is a new jQueriUI theme called Aristo. If I did not sleep this night I'll

Re: [web2py] Re: Powertable remarks

2010-12-30 Thread António Ramos
Hello, my opinion is that is great , but for normal use, i think the programmer should not try to reinvent the wheel every time he needs a table. So my suggestion is that you could make a widget to permit the creation of the table in a snap. Best regards António 2010/12/30 Bruno Rocha

Re: [web2py] Re: Powertable remarks

2010-12-30 Thread rochacbruno
Hello, my opinion is that is great , but for normal use, i think the programmer should not try to reinvent the wheel every time he needs a table. So my suggestion is that you could make a widget to permit the creation of the table in a snap. Best regards António Antônio, thank you

Re: [web2py] Re: Powertable remarks

2010-12-30 Thread António Ramos
widget like i saw in maximo movie in vimeo here http://www.vimeo.com/13485916 2010/12/30 rochacbruno rochacbr...@gmail.com Hello, my opinion is that is great , but for normal use, i think the programmer should not try to reinvent the wheel every time he needs a table. So my suggestion is

Re: [web2py] Re: Powertable remarks

2010-12-30 Thread Bruno Rocha
Em 30 de dezembro de 2010 13:51, António Ramos ramstei...@gmail.comescreveu: widget like i saw in maximo movie in vimeo here http://www.vimeo.com/13485916 DONE! {{=plugin_powerTable(db.products)}} and you got a table with default attributes or you can pass attrs

Re: [web2py] Re: Powertable remarks

2010-12-30 Thread Kenneth Lundström
I´m still trying to understand the power of powerTable and copied code from your default.py example, I tried to get the products function working. What I can´t seem to get working is the virtual bit. I get KeyError: 'virtual' any ideas why? Kenneth 2010/12/29 Kenneth Lundström

Re: [web2py] Re: Powertable remarks

2010-12-30 Thread Bruno Rocha
Try to fetch it without 'virtual' just use Row.fieldname instead of Row.virtual.fieldname It depends on how did you set the virtualfields, if you do Rows.setvirtualfields(virtual=someClass()) you'll get a sub dictionary for every row and you need to use 'virtual' to access it, I think this works

Re: [web2py] Re: Powertable remarks

2010-12-30 Thread Kenneth Lundström
I´m using a copy of your products function, just changed the database and commented out some of the virtual function under class Virtual. So I have the some order as you have in the example. But I´ll study the book and I´ll try to find out what I´m doing wrong. Kenneth Try to fetch it

Re: [web2py] Re: Powertable remarks

2010-12-29 Thread rochacbruno
Hi, Thank you for testing, it is more updated in bitbucket. Now it has search by column and a test version of server side processing. If you want to change the pager do: plugins.powerTable.dtfeatures['sPaginationType'] = 'full_numbers' Here is a demo:

Re: [web2py] Re: Powertable remarks

2010-12-29 Thread Kenneth Lundström
Hi Bruno, waauu what a Plugin your working on, very nice. What does the productdetails function look like? Kenneth Hi, Thank you for testing, it is more updated in bitbucket. Now it has search by column and a test version of server side processing. If you want to change the pager do:

Re: [web2py] Re: Powertable remarks

2010-12-29 Thread Bruno Rocha
2010/12/29 Kenneth Lundström kenneth.t.lundst...@gmail.com Hi Bruno, waauu what a Plugin your working on, very nice. What does the productdetails function look like? In the main table every row has two attributes ID = it is the record id from rows object, if there is not an id field it

[web2py] Re: Powertable remarks

2010-12-29 Thread tomt
Hi, The 'full_numbers' option worked exactly as I had hoped. Next, I downloaded the code from bitbucket, and tried the column search function and I'm happy to say it works very well. Thanks, - Tom On Dec 29, 5:50 am, rochacbruno rochacbr...@gmail.com wrote: Hi, Thank you for testing, it is

Re: [web2py] Re: Powertable remarks

2010-12-29 Thread Bruno Rocha
2010/12/30 tomt tom_tren...@yahoo.com Hi, The 'full_numbers' option worked exactly as I had hoped. Next, I downloaded the code from bitbucket, and tried the column search function and I'm happy to say it works very well. Thanks, - Tom I am fixing some minor bugs and including aethetical

Re: [web2py] Re: Powertable remarks

2010-12-29 Thread Bruno Rocha
Here is a complete list of working powerTable options: https://bitbucket.org/rochacbruno/powertable/src/e80ed190dea5/controllers/default.py#cl-52

[web2py] Re: Powertable remarks

2010-12-28 Thread tomt
Hi Bruno, I've just tried using your powertables plugin and I love it. The general appearance is great and the default search function is exactly what I was looking for. I'm looking forward to trying out the features you've planned. One small concern I have is the example I implemented allows

[web2py] Re: Powertable remarks

2010-12-17 Thread Carlos
Hi, Just in case it helps (e.g. to check their apis, feature set, etc.), following is (I believe) the most powerful treegrid out there: http://www.treegrid.com Take care, Carlos On Dec 17, 11:17 am, rochacbruno rochacbr...@gmail.com wrote:  I noticed a scroll bar activated on the

[web2py] Re: Powertable remarks

2010-12-17 Thread Anthony
On Dec 17, 2:01 pm, Carlos carlosgali...@gmail.com wrote: Hi, Just in case it helps (e.g. to check their apis, feature set, etc.), following is (I believe) the most powerful treegrid out there:    http://www.treegrid.com It's not free, though:

Re: [web2py] Re: Powertable remarks

2010-12-17 Thread Bruno Rocha
I liked this treegrid library, but I think it is visually poluted, too much complicated, I always need a simple dynamic html tables (just like SQLTABLE) but including pagination, just one level of nested detail, edit in-line and search. In adition with DAL virtual fields for live

Re: [web2py] Re: Powertable remarks

2010-12-17 Thread Branko Vukelic
In other words, there's no silver bullet. ;) - Original Message - From: Bruno Rocha Sent: 12/18/10 02:43 AM To: web2py@googlegroups.com Subject: Re: [web2py] Re: Powertable remarks I liked this treegrid library, but I think it is visually poluted, too much complicated, I always

Re: [web2py] Re: Powertable remarks

2010-12-17 Thread Bruno Rocha
2010/12/17 Branko Vukelic branko.vuke...@gmx.com In other words, there's no silver bullet. ;) My wife just told me: Why are you so focused on these tables stuff, if already exists microsoft excel, and everybody uses it? LOL! -- Bruno Rocha http://about.me/rochacbruno/bio

[web2py] Re: Powertable remarks

2010-12-17 Thread mdipierro
Wifes are smarter than we are ready to admit. On Dec 17, 8:04 pm, Bruno Rocha rochacbr...@gmail.com wrote: 2010/12/17 Branko Vukelic branko.vuke...@gmx.com In other words, there's no silver bullet. ;) My wife just told me: Why are you so focused on these tables stuff, if already exists