Code Monkey home page Code Monkey logo

Comments (3)

shinima avatar shinima commented on May 3, 2024

如果有机会的话,可以考虑融入 fusion 体系中的。

如果要融入的话,就需要考虑下是替换/合并表格组件,还是新增一个独立的表格组件。如果是新增独立表格组件的话,一个组件库提供两个表格组件有些奇怪;而如果是 替换/合并的话,两个表格不一致的地方较多…

  • 样式上其实问题不大的,比较容易改
  • 主要难点在于API 设计不兼容。 fusion 表格功能太多了,在那么多功能的基础上进行性能优化难度太高了 😂。 fusion 表格的一些已有功能会与虚拟滚动冲突,而 ali-react-table 会将虚拟滚动作为表格的主要特性,其他功能会为虚拟滚动让路。

所以目前先独立一个 NPM 包,两者的定位有所区别: fusion table 功能比较丰富,一般表格需求使用 fusion table 就直接开箱可用了;而 ali-react-table 比较底层一些,适合作为底层表格组件进行定制,例如作为可视化搭建系统中各类表格的基础组件。

from ali-react-table.

Airkro avatar Airkro commented on May 3, 2024

API 上看倒是与 antd 相似

from ali-react-table.

Ivocin avatar Ivocin commented on May 3, 2024

感觉不用融合,虽然 UI 上都是表格,但是解决的场景是不同的,本质其实是两个组件,再把虚拟滚动相关功能融入 fusion table 势必让其更重。

from ali-react-table.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.