xml Table To Table Grid Model
Type: Function
How to get xmlTableToTableGridModel?
JavaScript
import xmlTableToTableGridModel from 'fontoxml-table-flow/src/xmlTableToTableGridModel.js'
Deserializes a XML table to a TableGridModel. Use this function only when overriding the standard buildTableGridModel method on the TableDefinition.
Arguments
table
Definition (Required)
Type: TableDefinition
The table definition to use
table
Node (Required)
Type: Node
The table node to deserialize
blueprint
(Required)
Type: Blueprint
The blueprint to use
Returns
Type: TableGridModel