Change column width in view
Use this API to change column width in the given view
| Request Body — REQUIRED |
|---|
columnWidthMap objectMap that contains the columnId as key and column width as value. Value of -1 indicates expand to fit. Only send the data that you want to change |
| Responses | ||
|---|---|---|
200Returns column width map in view
|