Giter Club home page Giter Club logo

ant-table-extensions's People

Contributors

renovate-bot avatar saisandeepvaddi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ant-table-extensions's Issues

xlsx support

It would be awesome to get xlsx support instead of csv. CSVs don't work in Europe for various reasons, for example.

Can I export .xlsx ?

Hello,

When exporting, I always get the output as .cvs. Can I print out .xlsx?

Total Columns are missing / Column name is wrong

i am not see all the columns
image

are you looking for a specific key in the columns?

Secondly, if you see the screenshot the first column name is written as Action which is wrong, it should be Client ID

Just as a example see below, i point the missing columns. Below i added a example to show the total of all columns
image

example code of the column array is as follows:

[
  {
    "title": "Client ID",
    "dataIndex": "id",
    "identifier": "id",
    "width": 90,
    "ellipsis": true,
    "key": "id"
  },
  {
    "title": "TP Number",
    "dataIndex": "accountInfo",
    "identifier": "accountInfo.tpNumber",
    "width": 110,
    "ellipsis": true
  },
  {
    "title": "Leverage",
    "dataIndex": "accountInfo",
    "identifier": "accountInfo.leverage",
    "width": 100,
    "ellipsis": true
  },
...........................
...........................
...........................
...........................
...........................
...........................
{
    "title": "Action",
    "dataIndex": "id",
    "identifier": "action",
    "key": "operation",
    "fixed": "right",
    "width": 180
  }
]

image
image

TypeError: fieldValue.formatter is not a function

Hi, I am using version 1.1.7. On clicking Export button, a modal pops up. After selecting all columns, I got this error:
TypeError: fieldValue.formatter is not a function
Screenshot from 2021-08-02 20-22-55
Below is the code I am using:

            <Table
                {...this.state.tableConfiguration}
                columns={columns}
                dataSource={this.state.consignments}
                exportableProps={{ showColumnPicker: true }}
            />

CSV exported Data is wrong

Some of the data is not inserted in the table as String
image
thus upon exporting it looks like this Object Object.
Since the dataset is really huge, Backend response contains values with objects inside, Thus, it is not possible to convert key values with objects into single string.

Can you please check it,
More details here in this issue as well #58

Encoding when exporting CSV

I'm trying to export data to csv which is not in English.
Is there any way to set encoding when I export data? (I need euc-kr)

Ant Design V5

Hey, thanks for creating a great library!

I noticed that the antd version is capped at v4. Are there breaking changes for the library at v5? I was testing it with antd v5 and didn't find any issues.

Thanks

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.