inline editing increment value
inline editing increment value

Hello,
I would need to use inline editing with numeric values to increment or decrement
for example having in the cell:
- 3 +
is it possible ?
Thank you
This discussion has been closed.
Answers
You can add:
into your Javascript configuration for that field and it will set the input attribute for the
input
element. The browser will then add the increment / decrement buttons automatically.Allan