Columnwise conditions for same column type searchBuilder

Columnwise conditions for same column type searchBuilder

udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0

Currently I am using searchBuilder 1.3.1 version with serverside processing.

I have two data fields(e.g ABC, XYZ) with column type string.

I don't want Equal and Not Equal conditions for data field ABC but required Equal/Not equal conditions for XYZ column.

Both have column type string.

Is it possible using custom init condition function?

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    I don't believe so, but I'll check and report back later, probably towards the middle of next week,

    Colin

  • udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0

    Thanks

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @udaymagdum ,

    Sorry, but this is not supported. The conditions are purely type based rather than column based.

    Thanks,
    Sandy

Sign In or Register to comment.