Showing 671 of 671 total issues
Avoid too many return
statements within this function. Open
Open
return FileVideo;
Avoid too many return
statements within this function. Open
Open
return onCollapsedGroupChanged?.(new Set([id]));
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Text,
data: (cellValue as string) || emptyStr,
displayData: (cellValue as string) || emptyStr,
};
Avoid too many return
statements within this function. Open
Open
return {
...baseCellProps,
type: CellType.Number,
data: cellValue as number,
displayData: field.cellValue2String(cellValue),
Avoid too many return
statements within this function. Open
Open
return {
...baseCellProps,
type: CellType.Select,
data,
displayData: data,
Avoid too many return
statements within this function. Open
Open
return FilePresentation;
Avoid too many return
statements within this function. Open
Open
return FileText;
Avoid too many return
statements within this function. Open
Open
return <FilterUserSelect {...props} />;
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Text,
data: (cellValue as string) || emptyStr,
displayData: field.cellValue2String(cellValue),
isWrap: true,
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Link,
data: cellValue ? (Array.isArray(cellValue) ? cellValue : [cellValue]) : [],
displayData: field.cellValue2String(cellValue),
};
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Select,
data: cv,
displayData,
choiceSorted: choices,
Avoid too many return
statements within this function. Open
Open
return {
...baseCellProps,
type: CellType.Text,
data: (cellValue as string) || '',
displayData: field.cellValue2String(cellValue),
Avoid too many return
statements within this function. Open
Open
return setCursor('not-allowed');
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Text,
data: (cellValue as string) || emptyStr,
displayData,
};
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Number,
data: cellValue as number,
displayData: field.cellValue2String(cellValue),
contentAlign: 'left',
Avoid too many return
statements within this function. Open
Open
return <QueryFilter value={query.where} onChange={(where) => onChange('where', where)} />;
Avoid too many return
statements within this function. Open
Open
return setCursor('not-allowed');
Avoid too many return
statements within this function. Open
Open
return { type: CellType.Loading };
Avoid too many return
statements within this function. Open
Open
return (
<UserEditor
className={className}
value={cellValue as IUserCellValue | IUserCellValue[]}
options={options as IUserFieldOptions}
Avoid too many return
statements within this function. Open
Open
return (
<QueryOrder
value={query.orderBy}
onChange={(orderBy) => {
onChange('orderBy', orderBy);