I have a table component with a searchbox. I pass the searchBox value in a MDX query. When resultset is empty, the component shows "No data available in table", but I cannot correct my search. The component is stuck.
How to resolve this?
I have a table component with a searchbox. I pass the searchBox value in a MDX query. When resultset is empty, the component shows "No data available in table", but I cannot correct my search. The component is stuck.
How to resolve this?
for people coming across the same issue, for my case i solved it when doing my Draw Function on the condition that resultSet is not empty.
if(this.rawData.resultset.length !== 0){ ... }
Copyright © 2005 - 2019 Hitachi Vantara Corporation. All Rights Reserved.