skip to Main Content

Css – How to style a nested Tabulator table (that is nested in a cell) similar to the parent row?

I display a nested Tabulator table inside a cell. Here is all the code you need to replicate: <html> <head> <link href="https://unpkg.com/[email protected]/dist/css/tabulator.min.css" rel="stylesheet"> </head> <body> <div id="example-table"></div> <script type="text/javascript" src="https://unpkg.com/[email protected]/dist/js/tabulator.min.js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/build/global/luxon.min.js"></script> <script> //define some sample data, with the…

VIEW QUESTION
Back To Top
Search