Use + - to add blank rows dynamically

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
zunair
User
Posts: 125

Use + - to add blank rows dynamically

Post by zunair »

In PHPMaker 2019. i want to add dynamically rows using + - for one column and store in database.

Any help regarding this situation please.


arbei
User
Posts: 9396

Post by arbei »

Do you mean Inline Add/Delete? If so, see the topic Table Setup > List > Inline Add/Copy/Delete in the help file.


shahparzsoft
User
Posts: 361

Post by shahparzsoft »

No. on some websites there are a column like other table columns in which anybody can save array entries.

On the frontend, we will use that column for multiple row entries in one column.


arbei
User
Posts: 9396

Post by arbei »

I don't quite understand what you meant by "multiple row entries in one column", but if you meant Master/Detail-Add/Edit, see the topic Master/Detail in the help file. You can add/delete detail row during Master/Detail-Add/Edit.


mobhar
User
Posts: 11741

Post by mobhar »

Just enable "Grid Add" and/or "Grid Edit" option from Table setup, and then re-generate ALL the script files again. Make sure also user has "Add" permission for that table so that he/she can add a new blank row in that grid.


Post Reply