Update page with item details on click in Django
问题 I am new to ajax and know I need to use this in order to complete what I am trying to do but can't seem to figure it out. I have a list of companies, and I want to display details about a company on the page when they click on the table row. When the user clicks on a different row, I want the details to change to the details on the new company that was clicked. HTML: {% block content %} <div class='container'> <h3>Hello, </h3> </div> <div class='col-md-6'> <div class='panel panel-primary'>