Joko Santoso
Results
3
comments of
Joko Santoso
Or you can add to your CSS file ``` // mention on https://window-table.netlify.com/docz-guides-styling-styling-with-class-names // this default classname for table header row .table-header-row { width : calc( 100% - 8px); //...
Well, I'm trying to set width -8px only if the table has a scrollbar. ``` // for SSR need useEffect to get the document useEffect(() => { let tableHeader =...
any progress ?