added dynamic table that loads via AJAX. This should support thousands of rows without issue
parent
e04954b0
No related branches found
No related tags found
Showing
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- smash/web/api_urls.py 3 additions, 1 deletionsmash/web/api_urls.py
- smash/web/api_views/provenance.py 86 additions, 0 deletionssmash/web/api_views/provenance.py
- smash/web/templates/export/index.html 42 additions, 16 deletionssmash/web/templates/export/index.html
- smash/web/templates/provenance/list.html 63 additions, 20 deletionssmash/web/templates/provenance/list.html
- smash/web/utils.py 7 additions, 0 deletionssmash/web/utils.py
... | ... | @@ -33,6 +33,7 @@ mockito==1.2.2 |
nexmo==2.3.0 | ||
numpy==1.16.1 | ||
pandas==1.1.3 | ||
django-datatables-view==1.19.1 | ||
phonenumberslite==8.9.14 | ||
Pillow==3.4.2 | ||
psycopg2==2.8.6 | ||
... | ... |
smash/web/api_views/provenance.py
0 → 100644
Please register or sign in to comment