Friday, November 28, 2014

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

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 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 etc.

(See for link - web2py grid snapshot as well)

What I want?

I just wanted to have the end result similar to as of web2py grid where records (satisfying any query) can be seen inside a tabular form with the ability to search, sort, edit/delete individual record etc.

Since, I am new to Django, I am not sure if Django provides such a thing out of box or any third party app provides this capability.

If you just click on web2py link above, snapshot of web2py grid will give you a clear idea.

-Sarbjit

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/719e8cc9-4c8e-4aaa-900b-a030c73eb1e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment