Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Conditional Cell Processing #670

Open
jayanthrajpramuk opened this issue May 31, 2017 · 0 comments
Open

Conditional Cell Processing #670

jayanthrajpramuk opened this issue May 31, 2017 · 0 comments

Comments

@jayanthrajpramuk
Copy link

Hello ,

I have a table which has around 50 Columns . And i have used 'renderable' property to either show or hide the columns from the table , and it works fine. (Hide / Show of columns)

But my concern here is , even though we have 'renderable' as false for certain columns , the cell rendering part still happens , which is actually consuming lot of time.

Example :

       {
        name : 'staAcceptedDate',
        cell : function(options)  {
        // we have heavy processing logic here.(3-4 Seconds)
                     },
        renderable : false,
        headerCell : CustomHeaderCell
        }

Is there any way , we can restrict even processing of cells whenever we have renderable as false.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant