editable
editable copied to clipboard
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...
Hi everyone. How can I add another widget on the row instead of TextField for example IconButton?
Hi, can you please add additional row callbacks for this flutter package? **Proposed row callbacks** - `onRowAdded` - `onRowRemoved` PS: Also a **"table footer"** to summarize data :)
Can I highlight the save icon for the rows that user edited, then user can notify he/she needs to save the edited row or which rows he/she edited?
How to change the font of cell data?
Hi, I'm getting data from API like I wrote down. ``` Future getDataTableProvider(context) async { final response = await http.post(Uri.parse('https://**/DENEME.php'), body: {'tablename': 'TABLENAME'}); rows = json.decode(response.body); print(rows); print("Data download successfully");...
Is there a built in function to delete the row as well?
good morning maybe i am very new to this but i cant add empty row in table
The ability to numerate the lines of the table may be very helpful for user experience, therefore it's needed.
Is it possible to clear out how to manage & localize Editable data on device/cloud with SQFLite? I've watched [Andrew Fitz Gibbon's tutorial](https://www.youtube.com/watch?v=xjhxm3foCMk&t=2743s) although it wasn't clear enough. A tutorial...
Hello, First of all thank you for this great work. I want to use data validation and data masking while editing the cell. Can you please suggest how to achieve...