In Chrome console:
$('.table-responsive').width(); //working
$('.table-responsive')[0].scrollWidth; //working
In code while rendering HTML:
$('.table-responsive').width(); //working
$('.table-responsive')[0].scrollWidth; //not-working
Cannot read property 'scrollWidth' of undefined