appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

Task: List v2: Implement hashed key

Open ashit-rath opened this issue 3 years ago • 0 comments

In list v2 every row has to be identified by a unique key, the key can by any unique value on the list data. Screenshot 2022-09-06 at 4.28.06 PM.png

If no key is selected then the whole list data item has to be hashed using non-cryprographic algorithm (for fastest hash generation) to generate unique keys for each row.

A warning also should be added to the property depicting the importance of the property.

ashit-rath avatar Sep 06 '22 10:09 ashit-rath