Hi, I would like to add one column to Qtableview with possibility to choose one of three values like "M", "F", "None" after we load the csv file, how can we integrate this step in loadcsv function?
for example, after we extract data to Qtableview we need to add some information to every row and then we save them.
I've another question, I'm curious to know how we can also add check boxes to every row that will let us to save only selected rows in writecsv function.
Thank you
Hi, I would like to add one column to Qtableview with possibility to choose one of three values like "M", "F", "None" after we load the csv file, how can we integrate this step in loadcsv function?
for example, after we extract data to Qtableview we need to add some information to every row and then we save them.
I've another question, I'm curious to know how we can also add check boxes to every row that will let us to save only selected rows in writecsv function.
Thank you