Indenting Nested Rows Using Tabulator Wrapper V3 and Above #165
Unanswered
BT-ACoffey
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Your clone link is to your bakertilly installation |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
ok try this in your theme.css if it fixes the issue without any other noticeable changes i might add it to this repo by default .tabulator-cell > .anvil-component {
display: inline-block;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What I'm trying to do:
I am trying to create a tabulator with a nested data tree structure where the first column is indented for _children rows. The formatter on the first column returns an anvil link component. The indentation is working as expected on tabulator wrapper version V2.2.22, but it is broken on versions V3.0 and above.
What I've tried and what's not working:
I have created a sample application to show the problem. I have included multiple formatters to test different anvil components and included a basic tabulator formatter for links (uncomment which formatter you would like to see). Change Tabulator dependency versions from V3+ to V2.2.22 and see the differences in indentation.
Steps for testing:
Code Sample:
Clone link: https://anvil.works/build#clone:UWGOZES43SV4APBB=NW4DX5R3KMRWTZE4A4F2HRNR|67JINVT3WHRDQWVO=QESYD5IRZNZF6TBCDYHZ7R5Q
share a copy of your app
I created an Anvil Forum Post that can be found here: https://anvil.works/forum/t/indenting-nested-rows-using-tabulator-wrapper/24419?u=aaron.coffey
Beta Was this translation helpful? Give feedback.
All reactions