SearchPanes v2.0.0 viewCount displays 0 with Orthogonal data type == 'sp'
SearchPanes v2.0.0 viewCount displays 0 with Orthogonal data type == 'sp'
SDU RIO Analytics
Posts: 8Questions: 4Answers: 0
Link to test case: None.
Debugger code (debug.datatables.net): No error reported.
Error messages shown: None in the JS console.
Description of problem: When upgrading SearchPanes from v.1.4.0 to v2.0.0 the searchPanes.viewCount does not display / compute the count for certain columns. It seems to happen on columns modified by Orthogonal data type == 'sp'.
Temporary workaround: Revert to SearchPanes v.1.4.0.
Answers
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
Here is a test case: https://codepen.io/jv-conseil/pen/NWXRQQb
It fails to reproduce the unwanted behaviour.
Even though in real life use, I finally managed to correct the issue by switching all
type === "searchpanes"
totype === "display"
in render function.