Re: Does Django offers a way to generate data grid from database table like web2py

2014-11-28 Thread donarb
On Wednesday, November 26, 2014 10:33:25 PM UTC-8, Sarbjit singh wrote: > > Hi, > > I have been using web2py for sometime. I am exploring Django now, in > web2py there is a way to generate data grids (using SQLFORM.grid) which > generates very net grid based on the data model with support to add

Re: Does Django offers a way to generate data grid from database table like web2py

2014-11-28 Thread aRkadeFR
Hello, From my point of view, you're asking for a similar MySQL admin with bootstrap style? Why not directly get a DB admin like pgadmin or so? The most similar thing will be the django admin as Timothy stated. Thank you, aRkadeFR On 11/28/2014 05:55 AM, Sarbjit singh wrote: What web2py GRID

Re: Does Django offers a way to generate data grid from database table like web2py

2014-11-28 Thread Timothy W. Cook
The Django 'admin' section provides this functionality. On Fri, Nov 28, 2014 at 2:55 AM, Sarbjit singh wrote: > What web2py GRID does is, that it takes the SQL table/query as argument, > and return the records satisfying the query. > > Records which are returned are seen in bootstrap enabled ta

Re: Does Django offers a way to generate data grid from database table like web2py

2014-11-27 Thread Sarbjit singh
What web2py GRID does is, that it takes the SQL table/query as argument, and return the records satisfying the query. Records which are returned are seen in bootstrap enabled table with features having pagintation, sorting, search, ability to edit/delete/view individual record, add new record

Re: Does Django offers a way to generate data grid from database table like web2py

2014-11-27 Thread Avraham Serour
maybe you'll get a better chance of responding if you explained what this web2py feature does exactly currently you have a very low chance of getting a response because you need from someone knowledgeable in both django and web2py. What do you need? an html table with database data? On Thu, Nov