add table insight (#976)

This commit is contained in:
Anthony Dresser
2018-03-23 17:22:22 -07:00
committed by Karl Burtram
parent cd0d0f911b
commit f91010c398
5 changed files with 110 additions and 4 deletions

View File

@@ -649,6 +649,11 @@ declare namespace Slick {
**/
showHeaderRow?: boolean;
/**
*
*/
showRowNumber?: boolean;
/**
* If true, the column being resized will change its width as the mouse is dragging the resize handle. If false, the column will resize after mouse drag ends.
**/