frosch95 / SmartCSV.fx

A simple JavaFX application to load, save and edit a CSV file and provide a JSON configuration for columns to check the values in the columns.
http://frosch95.github.io/SmartCSV.fx/
MIT License
75 stars 19 forks source link

When pressing enter leave the editing mode #32

Closed frosch95 closed 2 years ago

frosch95 commented 2 years ago

Closes #31 When pressing enter leave the editing mode and commit the new value. Also reset the value when cancel the edit mode.