Showing 671 of 671 total issues
Avoid too many return
statements within this function. Open
Open
return String(cellValue);
Avoid too many return
statements within this function. Open
Open
return onCollapsedGroupChanged?.(new Set([...collapsedGroupIds, id]));
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Boolean,
data: (cellValue as boolean) || false,
isMultiple,
};
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.Rating,
data: (cellValue as number) || 0,
icon,
Avoid too many return
statements within this function. Open
Open
return FileAudio;
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Image,
data,
displayData,
};
Avoid too many return
statements within this function. Open
Open
return {
...baseCellProps,
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 {
...baseCellProps,
type: CellType.Number,
data: cellValue as number,
displayData:
Avoid too many return
statements within this function. Open
Open
return (
// Setting the checkbox size is affected by the font-size causing the height to change.
<div style={{ fontSize: 0 }}>
<CheckboxEditor
className={className}
Avoid too many return
statements within this function. Open
Open
return {
...state,
extra: action.extra,
};
Avoid too many return
statements within this function. Open
Open
return FilePack;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Number,
data: cellValue as number,
displayData:
isMultiple && Array.isArray(cellValue)
Avoid too many return
statements within this function. Open
Open
return setCursor('pointer');
Avoid too many return
statements within this function. Open
Open
return <FilterCheckbox value={value as boolean} onChange={onSelect} className="w-10" />;
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Text,
data: (cellValue as string) || emptyStr,
displayData: field.cellValue2String(cellValue),
};
Avoid too many return
statements within this function. Open
Open
return {
...baseCellProps,
type: CellType.Boolean,
data: (cellValue as boolean) || false,
isMultiple,
Avoid too many return
statements within this function. Open
Open
return (
<Input
className="h-7 w-16 text-[13px]"
type="number"
value={query[type]}
Avoid too many return
statements within this function. Open
Open
return FileUnknown;