Merge cells on a View |
5/20/2024 5:42:26 AM |
PHPRunner General questions | |
P
PK author
Hello All, https://asprunner.com/forums/topic/30494-Group-by-and-Merge-Grouped-cells The grouping is done on the details table. This works perfectly when the master table is an actual table The part of the code the puts the function into action is this: MergeGridCells('table_id',[col_numbers]); The table_id in of the detail table in the table table and the view table master table are the same when I check in the elements in the browser, its 'form_grid_2' Is there maybe a reason this doesnt work when the master table is a view or am I missing something here. Thanks agian |
|