Bug description
There seems to be an issue when using Server Side pagination in table charts.
I've enabled Server pagination in a table and then I start seeing the "Search by:" dropdown on the chart.
But I did not enable the "Search box" option under the "Customize" tab.
Therefore, it will be confusing to users when server side pagination is enabled and we want to prevent users to search by any column.
Steps to reproduce:
- Create table chart with text columns.
- Enable "Server pagination"
- Do not enable the "Search box" option under the "Customize" tab.
- Save the chart.
- The "Search by": dropdown chart is still shown on the chart
Screenshots/recordings
Superset version
6.1.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
This probably happens with any data source, but I tested with PostgreSQL and ClickHouse.
Did not find any error stack trace in logs.
I am NOT using the AG_GRID_TABLE_ENABLED feature flag.
Checklist
Bug description
There seems to be an issue when using Server Side pagination in table charts.
I've enabled Server pagination in a table and then I start seeing the "Search by:" dropdown on the chart.
But I did not enable the "Search box" option under the "Customize" tab.
Therefore, it will be confusing to users when server side pagination is enabled and we want to prevent users to search by any column.
Steps to reproduce:
Screenshots/recordings
Superset version
6.1.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
This probably happens with any data source, but I tested with PostgreSQL and ClickHouse.
Did not find any error stack trace in logs.
I am NOT using the AG_GRID_TABLE_ENABLED feature flag.
Checklist