cell highlighted stays on the same position even when filtered
ptatoChi opened this issue · 1 comments
ptatoChi commented
Describe the bug
I have a dataset with hundreds of rows. I used slickGrid.setCellCssStyles(
highlight_${[columnId]}${row}, hash);
to highlight some cells
now when i filter them using the column filter, the highlight remains at the same position regardless of the data
Reproduction
- Have angular 16 and the latest angular-slickgrid installed
- Have a sample dataset with filters enabled
- Highlight using
setCellCssStyles
function to one of the cell - Filter the dataset
Expectation
No response
Environment Info
Angular 16
Angular-slickgrid 6
Validations
- Follow our Code of Conduct
- Read the HOWTO - Step by Step.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
ghiscoding commented
That's not an issue, that is how it was implemented in SlickGrid core library and for that reason I'm closing this "as designed". There's no logic at all for the cell styling, you have to deal with it yourself