bilolman I am trying to use custom columns without action: const columns = [ { id: "text", header: "Tasks", flexGrow: 2, align: "left", width: 350 } ]; But there is still an empty cell with 50px width persisting
tasha Hello bilolman, You are right, but this is expected behavior. We agree that it is not optimal and we will fix it in the future. For now as workaround you can hide it by adding it as { id:"action", width:1} in columns.