How to get the table width

Tags: #<Tag:0x00007efc6264fa40> #<Tag:0x00007efc6264cea8>

Hi there,
Is there any way i can get the current width of table in pixel.

Hi @rupeshfend

Besides the method my colleague mentioned here: [GH-DEV #1567] How to restrict column resizing You can use native JS methods to get the table’s container DIV width: https://jsfiddle.net/handsoncode/41j7pykt/

1 Like

I appreciate you responding!