Hi there,
Is there any way i can get the current width of table in pixel.
How to get the table width
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!