rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
972 stars 364 forks source link

the fomatters of jquery-bootgrid unworked #338

Open JacksionGT opened 7 years ago

JacksionGT commented 7 years ago

I think this function named 'loadColumns' has a problem. Initialize the 'formatter' of the 'column' object may should be column = { ...... formatter: that.options.formatters[data.columnId] || null, ...... }; Was I wrong?