godilite / editable

This library allows you to create editable tables and spreadsheets with ease, either by providing initial row and column count to display an empty table or use it with predefined rows and column data sets.
MIT License
105 stars 36 forks source link

How to get edited and not edited both row data in single list #40

Open vijayaselvam opened 3 years ago

vijayaselvam commented 3 years ago

I want to upload all data both edited and not edited data in single list. It provides edited data as list and not edited data as list. it hard to combine. Please provide the easiest way to take data as possible.

celestinolopes commented 3 years ago

I'm having the same problem