export declare enum EDatatableContentChange { COL_RESIZE = 0, COL_REORDER = 1, COL_SORTED = 2, COL_CHANGE = 3, FILTER_ADDED = 4, FILTER_DELETE = 5, FILTER_DELETE_ALL = 6, FILTER_CHANGE = 7, SEARCH_LIST_CHANGE = 8, SEARCH_LIST_MODIFIED = 9 }