rp2532
rp2532
I run into the same issue, with a very similar stack trace, but only when I add the property filter_action = 'native' to my DataTable. Anyone have an idea what...
Incidentally I just found that the filtering action works fine if I remove the lines row_selectable = 'multi', row_deletable = True, So it seems like something about the combination of...
@Marc-Andre-Rivet seems to me that this could be related to #447
@montovaneli I cannot reproduce your workaround - if I have a data_table with BOTH **filter_action** and **row_selectable** enabled, I get the error upon startup that says `TypeError: Cannot read property...
@Marc-Andre-Rivet @chriddyp Any insight into this issue, i.e. why filter_action does not work in combination with either row_selectable or editable or row_deletable? Any idea when it might be fixed? Incidentally...
@montovaneli Confirming, that indeed works!