In GroceryCRUD i am getting the data from a table with these fields (as they appear in order in MYSQL)
id,
date_added,
views,
outhits,
clicks,
title,
description
and i want title + description to be at the top of the form when entering new rows or editing rows. how can this be done?