There are three tables in database. Using these tables, need to show details from these tables in grid/table format on page.
To fetch the details from three tables, I created one view in database. But the issue is how can I implement sorting and pagination on view?
Is any solution for this? For existing grids on pages I used will_paginate