ColumnSelector bug ?

ColumnSelector bug ?

cchristophcchristoph Posts: 1Questions: 1Answers: 0

Dear,

I've tried the following in buttons "exportOptions": {columns: ":not(.not_export,.not_csv)"}}

I've seen that the datatables plugin split the filter on comma :
:not(.netexport
.not_csv)
The plugin try to filter on first and second filter before doing the join instead of applying the filter.

Why the plugin doesn't apply directly the filter.

What I want is to filter on column having not not_export class and not not_csv class.

Charles

For now, I use a function to bypass this problem.

Answers

  • allanallan Posts: 64,961Questions: 1Answers: 10,759 Site admin

    Thanks for letting me know about this. This is a text case showing the issue without Buttons.

    I fear this might be a fairly difficult one to fix. I'll post back here when done.

    Regards,
    Allan

  • allanallan Posts: 64,961Questions: 1Answers: 10,759 Site admin

    Quick update - I've committed a fix for this and it will be included in the 1.10.13 release which will probably be next week.

    Allan

This discussion has been closed.