The table cannot automatically fill the div

  • I set up a div with a height of 300px and a width of 100%, and I tried to make the table fill it automatically, but I couldn’t achieve it.


Chrome browser: Version 94.0.4606.81Official Build (arm64)

Attachment: deBug.docx_3cdf11d1.zip

1 Reply

TS Thaneegairaj Sankar Syncfusion Team October 29, 2021 03:14 PM UTC

Hi KK, 
 
Thanks for contacting Syncfusion Support.  
 
We have checked your reported query. we can achieve your requirement by using the below CSS style. Please refer below code snippets, 
 
 
<style> 
  body { 
      margin: 0; 
    } 
</style> 
 
 
 
Could you please use the above code and let us know whether this is fulfilling your requirement, if not please share us more information regarding this so that we can analyze based on that and provide you a better solution. 
 
Please get back to us if you need further assistance. 
 
Regards, 
Thaneegairaj S 


Loader.
Up arrow icon