Hello , i have a table that sum all employee work hour, i need to add a bootstrap card before table to show the sum of this hours. is this possible to reach this using phpmaker?-----------------------Total Hours 5________________Working hours | Supervised Hours|
3 2thanks
If you must use a Bootstrap Card, you can use the Page_DataRendered event to add your code. Otherwise, you better use create a summary report grouped by types (e.g. Working, Supervised, etc.) if you have such field in the table.