I have a NSTable that is being refreshed in each 5 seconds with new data. Now i have to add a new column to edit that user can edit. At the first time it is working edit column becomes un editable when table is being refreshed after 5 second.
So far example i have started editing the column and writing long text but just after 5 second table got refreshed and all text was gone.
How to handle this situation? One solution could be to stop refresh of table when it is in edit mode. Please suggest.
Regards, MP.