plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

'contains ' appers while using inbuilt filter feature in dash table #658

Open phaneendraMSIT opened 4 years ago

phaneendraMSIT commented 4 years ago

i built a table using dash table and made some changes to table using local css. now when i use filters, input is displayed with contains added to it. please check screenshots uploaded. please give any suggestions Screenshot from 2019-12-05 17-31-58 Screenshot from 2019-12-05 17-32-04

Marc-Andre-Rivet commented 4 years ago

The content of the filter input is determined programmatically and wouldn't be affected by CSS. It's possible that a series of operations would lead the table to incorrectly evaluate the filter string and make it display the (default) operator instead of just the RHS operand.

  1. Could you provide a sample app and a series of steps that exhibits the issue?
  2. What version of Dash are you using?

Thanks.