src/components/Table/helpers/resizer/getTotalWidthsMetadata.js
Function getTotalWidthsMetadata
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function getTotalWidthsMetadata(params) {
const { columns, minColumnWidth, maxColumnWidth } = params;
const initial = {
totalFixedWidth: 0,
totalFixedColumns: 0,