Dongho Kim

Results 15 issues of Dongho Kim

Since useEffect is always executed from client side and what window.setInterval returns is intervalID(numeric, non-zero value), I guess It should be typed as a number

'for'반복문에 해당하는 내용 ## 오번역 아래 반복문을 실행하면 i가 0부터 3이 될 때까지(단, 3은 포함하지 않음) alert(i)가 호출됩니다. ## 번역 아래 반복문을 실행하면 i가 0부터 2가 될 때까지(단, 3은 포함하지...

Hey nick-keller! thanks to [your great response](https://github.com/Equify/react-datasheet-grid/issues/157) I solved a bunch of errors related to typescript and I found another issue! When I use `checkboxColumn` API with `disabled: false`, it...

Please fill in this template. - [ ] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in...

Untested Change

#179 Hello Mr. Keller, I really appreciate your reply. However, I think we are not on the same page. To be more specific with my issue, When there are a...

fix [Implementing a select column example](https://react-datasheet-grid.netlify.app/docs/examples/implementing-select) 's typecript issue with @lifeisegg123

## Overview Currently, in the object utilities, many functions, including `pick`, constrain the `obj` parameter as `Record`. This type constraint is too broad and allows non-plain objects to be passed...

I've fixed typos.

I've corrected the docs for the `timeout` function.

Looks like the `timeout` function was mistakenly omitted from index.ts.