Closed
Description
I've a column with the data-field="actions" to the table with button for different actions.
For that I'm using data-formatter and data-events.
This column don't exist to data source.
With the boostrap-table version 1.12.1, it work well.
You can see it in action to this link:
https://jsfiddle.net/pqvu7e2d/15/
But with bootstrap-table version 1.13.2, it doesn't work.
You can see it in action to this link:
https://jsfiddle.net/pqvu7e2d/14/
With the version 1.13.2 the console return me this error message:
Uncaught TypeError: Cannot convert undefined or null to object
Thank you so much for this very good library.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[-]Column that don't exist to data[/-][+]Column that don't exist to data - Error: Cannot convert undefined or null to object[/+]wenzhixin commentedon Jan 29, 2019
You need to define
operateFormatter
before:https://jsfiddle.net/wenyi/xfm39yvc/
https://examples.bootstrap-table.com/
manukieli commentedon Jan 29, 2019
Ok, thank you so much for your answer, they resolve my problem.