Hello,
I define a new action "reports" that use a query and show data in to grid in "list" tab:
import('Dataface/SkinTool.php');
import('Dataface/RecordGrid.php');
$grid = new Dataface_RecordGrid($data);
df_display(array('body'=>$grid->toHtml()), 'Dataface_Main_Template.html');
But this grid don't have the same functionality like the default "list" tab format: sort, filter, record-> cell link etc.
How to show my action query in the default "list" format. Replace Dataface_RecordGrid() class with what ? Can you show me an example ?
Thanks ,
Dan