You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing some pixel calculations using, so I use get_column_width_raw(). This works well, except for columns that have a defaut width. In this case, get_column_width_raw() returns null.
I've looked at the code for get_column_width(), it does handle default column widths, but not in pixel. Am I missing something? Is there any way for get_column_width_raw() to handle defaults widths? Would the following work?
I'm doing some pixel calculations using, so I use
get_column_width_raw()
. This works well, except for columns that have a defaut width. In this case,get_column_width_raw()
returns null.I've looked at the code for
get_column_width()
, it does handle default column widths, but not in pixel. Am I missing something? Is there any way forget_column_width_raw()
to handle defaults widths? Would the following work?The text was updated successfully, but these errors were encountered: