-
I would like to render the table on my own, but I want all cells to already have content rendered. I just want to handle the structure of the table itself. Should I use walkTokens and call renderer in there for each header and row cell or different approach would be more suitable? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If you just need to add/change attributes in the html you could use the approach marked-bidi uses to create a renderer that calls the initial renderer then edits the output html. Or you could just copy the table renderer and change it however you want. |
Beta Was this translation helpful? Give feedback.
-
OK, I figured it out:
|
Beta Was this translation helpful? Give feedback.
OK, I figured it out: