plotly / dash-table

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

Update naming of derived_filter_query_structure in derivedPropsHelper. #670

Closed shammamah-zz closed 4 years ago

shammamah-zz commented 4 years ago

About

The prop derived_filter_query_structure (https://github.com/plotly/dash-table/blob/dev/src/dash-table/dash/DataTable.js#L1149) was not triggering callbacks when filter_query changed. Updating the prop name in derivedPropsHelper (https://github.com/plotly/dash-table/blob/dev/src/dash-table/components/Table/derivedPropsHelper.ts#L64) fixed this.