Set Column Width (Table View)

Version 2020/10

// file: hooks/TABLENAME-tv.js
jQuery(document).ready(function () {
    AppGiniHelper.TV.setWidth(0, 120);
});

Parameters

  • Zero-based index of the column
  • Width of the column in pixels

Do you like it?