We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于 data-view 的 transform 我只看到了如何添加, 以及获取, 但并没有看到如何移除的办法 。
看了源码,发现只能直接操作 transform 的数组, 但是这样带来的问题是, 数据并没有重新转换
源码中有重新执行的方法 _reExecuteTransforms, 但是这个应该是私有方法吧
_reExecuteTransforms
所以如何保证移除 tranform 后, 获取的处理数据为剩余的 transform 处理后的数据呢? 或者说你们并不推荐这种用法?
The text was updated successfully, but these errors were encountered:
feat(view): Support to remove transform, close #53
973d83e
2f764dc
6d316f4
dengfuping
Successfully merging a pull request may close this issue.
关于 data-view 的 transform 我只看到了如何添加, 以及获取, 但并没有看到如何移除的办法 。
看了源码,发现只能直接操作 transform 的数组, 但是这样带来的问题是, 数据并没有重新转换
源码中有重新执行的方法
_reExecuteTransforms
, 但是这个应该是私有方法吧所以如何保证移除 tranform 后, 获取的处理数据为剩余的 transform 处理后的数据呢? 或者说你们并不推荐这种用法?
The text was updated successfully, but these errors were encountered: