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
When exporting to CSV, the file that is produced is in the incorrect format. It exports as semi-colon delimited.
"react-data-table-component-extensions": "^1.5.2"
return ( <DataTableExtensions filter={false} print={false} exportHeaders={true} {...tableData} > <div className="mt-2"> <DataTable columns={columns} data={cases.caseList} progressPending={pageLoading || state.casesLoading} progressComponent={<div className="d-flex justify-content-center p-5"><CircularProgress /></div>} pagination paginationServer paginationDefaultPage={cases.pageNumber} paginationTotalRows={cases.totalCases} paginationPerPage={cases.casesPerPage} paginationRowsPerPageOptions={[5,10,15,20,30]} onChangeRowsPerPage={handlePerRowsChange} onChangePage={fetchCases} persistTableHead /> </div> </DataTableExtensions> )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When exporting to CSV, the file that is produced is in the incorrect format. It exports as semi-colon delimited.
"react-data-table-component-extensions": "^1.5.2"
The text was updated successfully, but these errors were encountered: