mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 06:27:51 +02:00
* Actualy set default properties
This commit is contained in:
parent
2f733d82be
commit
6d814279ae
@ -748,8 +748,15 @@ begin
|
||||
FColumns := TBSTableColumns.Create(TBSTableColumn);
|
||||
FStylingClasses:=TStylingClasses.Create;
|
||||
FLink:=TTableDataLink.Create(Self);
|
||||
FTableOptions:=DefaultTableOptions;
|
||||
FTablePaginationOptions:=DefaultPaginationOptions;
|
||||
FTableSearchOptions:=DefaultSearchOptions;
|
||||
FTableSortOptions:=DefaultSortOptions;
|
||||
FTableViewOptions:=DefaultViewOptions;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
procedure TCustomDBBootstrapTableWidget.CreateDefaultColumns(DoClear: Boolean = True);
|
||||
var
|
||||
I: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user