Skip to content
New issue

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

release: new dataSource module #48

Merged
merged 6 commits into from
Feb 20, 2021
Merged

release: new dataSource module #48

merged 6 commits into from
Feb 20, 2021

Conversation

ObservedObserver
Copy link
Member

  • 数据源导入流程与界面优化
  • 数据源模块支持扩展性
  • 数据meta编辑操作发生在表格中,迁移到ali-react-table

@todo
Copy link

todo bot commented Feb 20, 2021

summary cache

// TODO: summary cache
const ColumnDetail: React.FC<ColumnDetailProps> = props => {
const { code, dataSource, name } = props;
const [summary, setSummary] = useState<FieldSummary>({
fieldName: '',
distribution: [],


This comment was generated by todo based on a TODO comment in 849d4c1 in #48. cc @Kanaries.

@ObservedObserver ObservedObserver merged commit b3d0477 into master Feb 20, 2021
@todo todo bot mentioned this pull request Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant