Dojo dGrid header checkbox to select all does not work

后端 未结 1 1338
天涯浪人
天涯浪人 2021-01-24 14:28

I created a dojo dgrid however i used a form wizard to seprate the fields on the form, however with the current structure i am having an issue with the select all feature on the

相关标签:
1条回答
  • 2021-01-24 15:14

    You should not be mixing selector and editor into your constructor - they are not designed to be used that way. They are designed to wrap column definition objects (which you are already doing for selector column, though I'd note that selectorType: "checkbox" is unnecessary since that's already the default).

    Also, unrelated, selectionMode starts with a lowercase s.

    Not sure if this will solve your problem but it will definitely prevent some weird behaviors in general.

    0 讨论(0)
提交回复
热议问题