103 | | * '''Column Type''' - This field describes the type of data entered. Depending on the type, Ajax List may do some processing of data, or display it in a different way, or tie and action to it. The default type is "string", which is inert. |
| 103 | * '''Column Type''' - This field describes the type of data entered. Depending on the type, Ajax List may do some processing of data, or display it in a different way, or tie and action to it. The default type is "string", which is inert. The possible types are |
| 104 | * ''string'' - The basic type. The value is display just like it appears in the database. |
| 105 | * ''number'' - Specifies a numerical value. In the present implementation, it acts like a string, but Ajax List could be extended in the future to search for greater or lesser numbers instead of just equivalents . So it's a good idea to specify numerical columns are "number" and not as "string". |
| 106 | * ''map'' |