Editing a Data table that is based on a struct?

i am wanting to use my data table so that i can not only read from it but it is essential that i can write to it as well. i havent been able to find how to do that currently.
thanks in advance

You can not do this with a data table at runtime currently. There doesn’t appear to be any plans to make this happen in the near future, a better bet would be setting up a database and importing the data from that somehow.