With the new Version 2.0.4
I am having issue with the master detail.
I have implemented the same way as in our demos for pro master detail.
With datamodel location : local and ajax call.
If i change the Master datamodel Location to remote it works.
And are the demos in pro updated to use the new Version?
Below is the error
Uncaught TypeError: Cannot call method 'children' of null
happens at PqGrid.dev.js
_pHierarchy.detachInitView = function(evt, ui) {
var that = this.that,
data = that.data;
var $trs = that.$tbl.children("tbody").children("tr.pq-grid-row");
2. Filter doesnt work for master detail on master data.
Can you post a working demo for Master Detail with filter on Master data?
Thanks