title: Column types keywords: Jexcel, javascript, javascript vanilla, javascript plugin, plugin, excel-like, spreadsheet, table, tables, grid, datatables, data description: Learn more about the powerful column types. This example brings all native column types and how to create your own custom type. # Column types The native available types in jspreadsheet javascript spreadsheet are the following: * text * numeric * hidden * dropdown * autocomplete * checkbox * radio * calendar * image * color * html ## Native column types There are several other properties to change the behavior of those columns, please check the dropdown, calendar examples to get more advanced examples. ### Source code ```html
``` ## Custom column type Jspreadsheet is very powerful and flexible, and you can create custom column type based on any external plugins. A time custom column based on the [clockpicker plugin](https://weareoutman.github.io/clockpicker/) by weareoutman. ### Source code ```html ```