Git Product home page Git Product logo

flextable's Issues

筛选功能

Describe the solution you'd like

  • 可自动根据列数据进行汇总,作为筛选条件;
  • 或完全自定义 筛选条件;

合并单元格功能

Describe the solution you'd like
合并单元格,用法最好类似于 table 的合并单元格,配置 colspan & rowspan;

延伸功能:

  • 表头分组

Expand展开层多了个div,且没有flex:1属性,不能点满格

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Vue Version [e.g. 2.6.5]
  • FlexTable Version [e.g. 0.0.5]

Additional context
Add any other context about the problem here.

Duplication of columns

Describe the bug
If you add the fixed property for the last column, it is duplicated. The original column is visible under the fixed.
Example:
result.push({
fixed: 'right',
type: 'slot',
key: 'controls',
width: 90,
});

固定列 fixed right 功能

Describe the solution you'd like
用法: columns 中配置 fixed: "right"
效果:按顺序将所有配置 fixed: "right" 的列排列在右侧,宽高对齐

column使用render时,该column的resize功能失效

Environment

mac os

Version

flextable: 0.0.5
vue: 2.6.5

Steps to reproduce

  1. 设置 resizable 属性
  2. columns 中某一列使用render
  3. 对该列进行拖动调整宽度,发现没有作用

What is expected?

无论column使用什么渲染方式都应该支持resize

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.