We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if i use custom renderer. how use to treegrid.filter()?
커스텀 랜더러를 사용하여 특정 데이터가 있을시 앞에 아이콘을 표시해두었는데요. 그 아이콘의 종류에 따라서 필터링을 하고 싶습니다.
formatter로 iconType 값을 내보내고 type을 text로 해서 어떤 아이콘이냐에 따라 필터링 되는지 까진 성공 했는데 검색 한 번만 하면 브라우저가 뻗습니다... 트리구조의 그리드에서 포멧터를 사용하여 필터링 하는데에 문제가 있는 것 같습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if i use custom renderer. how use to treegrid.filter()?
커스텀 랜더러를 사용하여 특정 데이터가 있을시 앞에 아이콘을 표시해두었는데요.
그 아이콘의 종류에 따라서 필터링을 하고 싶습니다.
formatter로 iconType 값을 내보내고 type을 text로 해서 어떤 아이콘이냐에 따라 필터링 되는지 까진
성공 했는데 검색 한 번만 하면 브라우저가 뻗습니다...
트리구조의 그리드에서 포멧터를 사용하여 필터링 하는데에 문제가 있는 것 같습니다.
The text was updated successfully, but these errors were encountered: