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

Conditional Cell Processing #670

@jayanthrajpramuk

Description

@jayanthrajpramuk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions