Update some cells invoking long time consuming php server functions
Update some cells invoking long time consuming php server functions
Hello,
Is this possible? I'd like to show a very long set of paginated rows. Some of the cell values will be calculated by a php server function and it will need a looooong time to calculate.
I would like to:
- Show 10 rows with empty cells
- Invoke 10 times a php function that calculates the value of each cell
- Update the value of each of the drawn cells when it is calculated and returned by the php function
- Paginate when I press one of the pagination links and repeat the process
Do you have any example?
Thanks a lot for your help.
Regards,
David
Is this possible? I'd like to show a very long set of paginated rows. Some of the cell values will be calculated by a php server function and it will need a looooong time to calculate.
I would like to:
- Show 10 rows with empty cells
- Invoke 10 times a php function that calculates the value of each cell
- Update the value of each of the drawn cells when it is calculated and returned by the php function
- Paginate when I press one of the pagination links and repeat the process
Do you have any example?
Thanks a lot for your help.
Regards,
David
This discussion has been closed.