Replies: 1 comment 2 replies
-
Hi instead of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the https://komarovalexander.github.io/ka-table/#/class-component Syntax but in my Project Sorting loading and all other base functions did not work. I wrote loading myself but its a pain. For example:
this.dispatch(hideLoading);
andthis.dispatch(showLoading);
are doing nothing instead i had to manually create a switch case in thedispatch()
function and dothis.state.loading.enabled = true;
.Now my problem is enabling Sorting its not working.
I did as shown https://komarovalexander.github.io/ka-table/#/sorting and comparised my script with the JS Example.
I tryed to play around with the sortIcon if statement but nothing worked.
Beta Was this translation helpful? Give feedback.
All reactions