Dynamic insertable TableControl

Issue #44 wontfix
Hassan Kbbewar created an issue

I am using your table control it is very good really but if you please provide table control with the ability to insert too many of data and the default mode is editable instead of read and when reach the last row it inserts new row for the flexibility to the user just like the tables that generated from Microsoft Access they are very flexible for data insertion and update . Thanks for the really good work .

Comments (1)

  1. Amrullah

    You can change the default mode to EDIT programmatically by calling tableControl.edit() on postLoadCallback() method.

    We chose to separate EDIT and INSERT mode because if we merge them, we will need a specific cue to find out which ones to update/insert

  2. Log in to comment