Hi,
Due to how we want to display some data, I wondered if there was a way to provide the data source to HandsOnTable so that it can display one value, and ‘filter’ by another.
So for example, we currently pass data through to HandsOnTable and depending on the length of the text we truncate it. We do this currently using a custom cell renderer, so that the dropdowns in the headers can show the raw data correctly. However, we have to modify the dom each time and scrolling in the tables with this functionality in causes a slowdown in speed - it would be preferable if we were able to provide a ‘display value’ which is the truncated value, and a ‘regular value’ which is what the filter uses to show.
Is this at all possible?
Thanks,
Dan