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
Environment Details
<ReactTabulator className="compact celled" columns={currentColumns} data={data} options={{ layout: 'fitDataTable', virtualDomHoz: true, height: tableHeight, movableColumns: isTable,
currentColumns is one row column, and then the data headers.
const rowNumColumn = { title: 'Row', field: 'row', width: 75, hozAlign: 'center', headerSort: false, frozen: false } as const; const dataColumns = importRecord .get('header') .map((h) => ({ title: h, field: h, editor, headerMenu, headerSort: false })) .toArray(); return [rowNumColumn, ...dataColumns];
Really trying to figure out what I'm doing wrong...
The text was updated successfully, but these errors were encountered:
I'm facing the same problem. No one seems to have been assigned to this issue, will it be fixed in next release?
Sorry, something went wrong.
No branches or pull requests
Environment Details
currentColumns is one row column, and then the data headers.
Really trying to figure out what I'm doing wrong...
The text was updated successfully, but these errors were encountered: