()
| 104 | } |
| 105 | |
| 106 | export function generateId(): string { |
| 107 | return Math.random().toString(36).slice(-8) |
| 108 | } |
| 109 | |
| 110 | export const getActionColWidth = (actionButtonCount: number) => { |
| 111 | if (actionButtonCount === 0) return 50 |
no test coverage detected