Replies: 1 comment 2 replies
-
hmm, all of the examples on the docs site are using SSR, and are working fine. I'll have to dig into it. I'm aware of the last issue. |
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 would like to set column filter mode options to the column definition mentioned below with server side paging and filtering but not able to see specified columnmodeoptions.
I am seeing all columnmodeoptions.
{
id: 'gender',
header: 'Gender',
enableClickToCopy:true,
columnFilterModeOptions: ['fuzzy','contains', 'startsWith', 'endsWith','equals','notEquals','empty','notEmpty'],
}
one more issue with changing of columnfiltermode, suppose if we select equals column filter mode with input value 7, after that if you change different filter mode Not Equals, it is not taking input value 7 or it is not clearing input value.
Beta Was this translation helpful? Give feedback.
All reactions