You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to recreate antd's Table component that features a filter dropdown function in clojurescript.
However, looking at the React code, I have no idea how to convert it into clojurescript, more specifically on the part where we deconstruct filterDropdown into setSelectedKeys, selectedKeys, etc.
Hello!
I'm trying to recreate antd's Table component that features a filter dropdown function in clojurescript.
However, looking at the React code, I have no idea how to convert it into clojurescript, more specifically on the part where we deconstruct
filterDropdown
intosetSelectedKeys
,selectedKeys
, etc.The following is the code in React:
Can anybody help me? :( Any help or suggestion would be greatly appreciated!
The text was updated successfully, but these errors were encountered: