carbon-design-system / ibm-products

A Carbon-powered React component library for IBM Products
https://ibm-products.carbondesignsystem.com
Apache License 2.0
97 stars 137 forks source link

[DataGrid]: How to filter data through the backend when clicking on the left panel (click 'Apply')? Instead of front-end search. #6267

Open BARBERTONY1 opened 2 hours ago

BARBERTONY1 commented 2 hours ago

Summary

After filtering on the left panel, I get data form backend to set the data(like react setData), but the 'summary'(filter summary component) at the top of the table disappeared, and the filtering on the left also returned to its default. I guess it's because after resetting, the table status was reset. But my requirement is to get data form backend to filter data, not the frontend. I couldn't find any relevant code that can be changed. Can you help me solve this problem?

Relevant information

No response

Name and organization

barbertony

Code of Conduct

BARBERTONY1 commented 2 hours ago

supplement: Image