add extra column to table
add extra column to table
Here is the problem. Table is used to show data recieved from server. Data comes in json format. It has a 5 columns. Now i have to add one more column where i will insert button(only for those rows which are have certain state in column 3). It will let me delete this row and corresponding record on server.
This discussion has been closed.
Replies
Second is to ammend data so each row will contain one more empty column.