Datatable "experimental" flag

Hello webix team. Tell me please is it possible to use the “experimental” flag in datatable? (As far as I understand, he is responsible for rerendering not a whole table, but only one row).
webix UI v.5.4.0 GPL l,19698, l.19730

It is mostly safe.
This feature was used in a few major projects and has not known side-effects.

Still, due to the nature of the feature, it is still possible that it can cause problems with some other functionality of datatable.

Datatable already renders only visible part of the dataset, so feature has sense only if you have heavy calculations in cell templates, overwise it will not provide a significant boost.

Update.
I accidentally came across this side effect:
If the property “experimental” is not set, then the handler “onAfterEditStop” will be called first and only after that “cssFormat”. If the property “experimental” is specified, the “cssFormat” handler will be called first, and only then the “onAfterEditStop” handler will be called.

https://snippet.webix.com/2ta92p1w

https://imgur.com/a/Z2nf98U