ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: vijay@spinetechnologies on April 14, 2023, 03:26:35 pm

Title: How to Filter the rendered column?
Post by: vijay@spinetechnologies on April 14, 2023, 03:26:35 pm
Hi Paramvir,

I am showing the From and To Date with a - separator. To achieve this I apply a render function on that column.
After the render, the columns show data as per the expectation.

But, whenever I try to apply a local filter on that columns the filter does not work. The same is happen with the sort also.

Kindly check the attached file with the code and screenshots.
Title: Re: How to Filter the rendered column?
Post by: paramvir on April 17, 2023, 11:46:26 am
column render is not meant to fulfill dependencies between the columns.

Also column filters work on cell values and not cell renderers.

so you have set up column dependencies to update the column values first. Then you can use column renders to add any html tags if required.

Example of dependent columns: https://paramquery.com/pro/demos/rowtemplate