title: Jspreadsheet | Examples | Custom column and integrating plugins on your table keywords: Jexcel, jquery, javascript, excel-like, spreadsheet, jquery plugin, sorting, table, grid, order by description: How to create custom column types based on a third party jquery plugin [Back to Examples](/jspreadsheet/v2/examples) # Create a custom column based on a third party jquery plugin This particular example shows how to create a custom color picker column type using the [Spectrum Jquery Plugin](https://bgrins.github.io/spectrum/). This example illustrates how to create your own custom columns based on any third party jquery plugin. [See this example on jsFiddle](https://jsfiddle.net/spreadsheet/rp0876b1/) ## Source code ```html
```