andrewcourtice / vuetiful

Vuetiful is a component framework written on top of the Vue reactive library. It is primarily designed for creating business/administration applications where the displaying of data is paramount.
MIT License
488 stars 108 forks source link

use a single input field at a time, in edit mode #41

Open bboydflo opened 6 years ago

bboydflo commented 6 years ago

Usually a datatable with many input fields will slow down the page. That's why I suggest to have a single input field at a time in editable mode.

Otherwise it is a great component!