I am displaying the List of Record using KNPPaginationBundle
. What I want to edit these record in popup model while staying on the same list page. I have read about it. A Lot of people are doing this using jquery. But i wanted to this in Symfony Way.
Is it possible to have edit form on listing page?
You have to use Ajax to edit records and staying in the same page so you have to use jquery