Tuesday, June 26, 2018

Re: django display a row vale

On Tue, Jun 26, 2018 at 04:33:41PM +1100, sum abiut wrote:
> Hi,
> i need some assistance, i have a table and want to be able to only display
> the values of a particular row when ever the particular row is selected.
>
> please point me to right direction.
>

I assume you're talking about an HTML table and not a database table
here. If you wanted to do this with no javascript you could make each
table row a link to the current page with some query parameters that
filter the data down to just that row.

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20180626211521.GT14746%40fattuba.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment