mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-19 06:49:02 +02:00
* Resizable added
This commit is contained in:
parent
463eae99d9
commit
b827092f20
@ -124,6 +124,7 @@ Type
|
|||||||
queryParams : TQueryParamsFunction;
|
queryParams : TQueryParamsFunction;
|
||||||
queryParamsType : String;
|
queryParamsType : String;
|
||||||
rememberOrder : boolean;
|
rememberOrder : boolean;
|
||||||
|
resizable : boolean;
|
||||||
responseHandler : TResponseFunction;
|
responseHandler : TResponseFunction;
|
||||||
rowAttributes : TRowStyleHandler;
|
rowAttributes : TRowStyleHandler;
|
||||||
rowStyle : TRowStyleHandler;
|
rowStyle : TRowStyleHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user