nextras / datagrid

Nextras Datagrid component for Nette Framework.
http://nextras.org/datagrid
MIT License
70 stars 39 forks source link

Add .on('change.datagrid') listener for inputs #32

Closed thorewi closed 10 years ago

thorewi commented 10 years ago

At least for checkboxes, but I think even for text inputs it gives a sense (or I'm missing a reason why not).

If you agree I will send a pull request.

hrach commented 10 years ago

For changebox it makes sense, but I'm not sure for input, there have to be some throttle/debounce functionality.

thorewi commented 10 years ago

ok I've pushed it to my pull request with listener just for checkboxes and in a moment I will need text inputs behaving this way, I will find a solution.