You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Table component uses the transform(translate/translate3d) property to render the table. And there are no available options to alter or control this behaviour.
when using html2canvas to capture a screenshot of the table, it doesn't support all the features of transform. As a result, the rows weren't captured except the first row.
What does the proposed API look like?
support extra options to alter or control this behaviour
The text was updated successfully, but these errors were encountered:
myNameIsDu
changed the title
support one option to control using transform or left/top
support options to control using transform or left/top
Jan 16, 2024
What problem does this feature solve?
The
Table
component uses the transform(translate/translate3d) property to render the table. And there are no available options to alter or control this behaviour.For instance, in this case
https://codesandbox.io/p/sandbox/bold-babbage-8kpvl4?file=%2Fsrc%2Findex.js%3A11%2C15
when using
html2canvas
to capture a screenshot of the table, it doesn't support all the features of transform. As a result, the rows weren't captured except the first row.What does the proposed API look like?
support extra options to alter or control this behaviour
The text was updated successfully, but these errors were encountered: