btlqql opened a new issue, #2348: URL: https://github.com/apache/rocketmq-dashboard/issues/2348
### Description The Clients table supports column filters for fields such as Type, Protocol, and Language, but CSV export only applies the cluster and text-search filters. After a user filters the table to Consumer or gRPC rows, the downloaded CSV still contains rows hidden by the active column filters. This makes the export inconsistent with the data currently shown in the table and can include records the user intentionally excluded. ### Expected behavior CSV export and its enabled state should use the same effective row set as the table after all active filters are applied. ### Proposed fix Track the table's column filter state, apply it to the export rows, and add a UI regression test that filters out a Producer before downloading the CSV. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
