0
I am in a development using Python and Django and as IDE pycharm.
I have a list coming via Rest by mobile, with the name 'Athletes', and comes with the columns "name", "category", "time".
I would like to list these athletes in an HTML TABLE, but separated by category and order decreasing by TIME. (Each category separated by an HTML TABLE)
How to do?
What would be "separated by an html table"? Each category in a table?
– Woss
You need to put some of the code and the data ofmato you have in hand - you can not answer the question like this. Put the view code you have, and an example with some rows of data you have to display.
– jsbueno