For the grid’s standardized destroy command item, I find the row deletion mechanism to operate correctly whenever the $DataSource->autoSync(true); is set within the PHP wrapper grid settings.
When this $DataSource->autoSync(true); is removed from the PHP wrapper grid settings, the row is deleted from the graphical user interface only, ie. it’s not deleted from the database. When user then later refreshes the page with the grid inside, the “deleted” row is back again...
How to let this destroy mechanism operate with no such $DataSource->autoSync(true)?
When this $DataSource->autoSync(true); is removed from the PHP wrapper grid settings, the row is deleted from the graphical user interface only, ie. it’s not deleted from the database. When user then later refreshes the page with the grid inside, the “deleted” row is back again...
How to let this destroy mechanism operate with no such $DataSource->autoSync(true)?