Data Table, editable

Hi, can anyone give some points on how to make a field in data table editable? Building a school event judging app where teachers (as judge) can rank school. Just need to enter number 1, 2, 3, …etc.
Thanks.

regards,
Kevin

have you looked at this example:

https://app.fmbetterforms.com/#/form/FR_EC351E55-6297-0A44-A6F3-CDA49F9E9655

Thanks. Got it working. Is there a way to implement validation? In my scenario, user is supposed to enter only a number (no text) and that number should not be bigger than the total number of entries. Easy/possible to implement it?

You would need to roll your own there I’d think. You could add some conditionals that show an error condition if a>b and also check for it in FMS

Gotcha. Thanks. Will do :+1:. Thanks for the pointer.