Iain Nicol
Iain Nicol
Thanks all for the Bootstrap 5 workaround. The major functionality seems to work. However, FYI, I couldn't get ``includeResetOption`` working, and I presume it's a Bootstrap 5 incompatibility.
Ah! Thank you for this explanation.
Actually, this doesn't work either: ```javascript filter: { type: 'select', operator: 'OR', }, ``` I think the problem is this line: https://github.com/nhn/tui.grid/blob/cb95461cd843f0eea2d868e528a7866a74404156/packages/toast-ui.grid/src/store/column.ts#L190 which omits `'operator'` from the returned filter options...
I think this is still an issue, and I think it's an actual bug (not a question). See https://github.com/nhn/tui.grid/issues/1757#issuecomment-1216445704