Create new html file doctype_row.html in template/include directory. Then you can add the html code to display the book_id, book_name, book_author in single row.
e.g. If you have doctype Book then create book_row.html in template/includes directory of your app
Still, haven’t got the desired view. Is my approach correct?
The name of the file is book_row.html (assuming the doctype is Book)
Plus, i have another question in regards of this,
Does the html pages resides in the include folder automatically added in the view or i have to call them from somewhere? Overall, i am confused about the workflow of the view.