header option should be optional just like the other Column options

This commit is contained in:
noxhj
2014-06-04 11:28:47 +02:00
parent 9ff1cf69b3
commit d84b415d60
+1 -1
View File
@@ -8,7 +8,7 @@
declare module Slick {
export interface Column<T extends SlickData> {
header: Header;
header?: Header;
}
export interface Header {