contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
285 stars 189 forks source link

Cast datagrid-editable-value to string #1054

Closed Rixafy closed 1 year ago

Rixafy commented 1 year ago

There was a problem, when someone uses setEditableValueCallback on a row, and returns some string, but this string is for instance 123, javascript casts that attribute to integer, and when you click away, callback is called because integer != string - datagrid thinks the value has changed.

radimvaculik commented 1 year ago

Good for me! 👍 @f3l1x / @paveljanda Could you merge it, please?

paveljanda commented 1 year ago

Thanks