dotja / django_drf_ajax_example

Django Rest Framework Example with Ajax Calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django DRF Ajax Call Example

Filter a table using API calls in real time without reloading the page.
The images below show:

  1. The table and the filter bar.
  2. Filtering according to office type to show office-based jobs only.
    Upon changing the select button, a GET request is sent to the API and the necessary data is retrieved and displayed.

alt table image

alt filtered image

About

Django Rest Framework Example with Ajax Calls


Languages

Language:Python 66.9%Language:HTML 22.2%Language:JavaScript 11.0%