Skip to content

Commit

Permalink
fixed default value for dataview paging style
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Blumin committed May 11, 2019
1 parent 3bb6d0c commit d490b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CrudePortalDB/Scripts/Script.PostDeployment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ USING (VALUES
(-1,56,N'Data Table Row Buttons Styles',N'DataTableModifierButtonStyle',N'5',3,14,N'1',2,N'',1,N'portal.DataViewModifierButtonStyles',N'StyleValue',N'StyleLabel',N'',N'',N'StyleLabel',N'',NULL,NULL,N'','',N'Choose how the edit/clone/delete buttons would look like',N'rowbuttonstyle'),
(-1,57,N'DataTable Options',N'DataTableFlags',N'28',9,13,N'65469',4,N'',1,N'portal.DataViewDataTableFlags',N'FlagValue',N'FlagLabel',N'',N'FlagGlyph',N'FlagTooltip',N'',NULL,NULL,N'','',N'',N'dt_options'),
(-1,58,N'Data Table Default Page Size',N'DataTableDefaultPageSize',N'3',3,15,N'25',4,N'',1,N'',N'',N'',N'',N'',N'',N'',NULL,NULL,N'','',N'Choose the default number of rows per page',N'dt_defaultpagesize'),
(-1,59,N'Data Table Paging Style',N'DataTablePagingStyle',N'5',3,16,N'1',20,N'',1,N'portal.DataViewPagingTypes',N'StyleValue',N'StyleLabel',N'',N'',N'StyleLabel',N'',NULL,NULL,N'','',N'Choose how the pagination buttons would look like',N'dt_pagingtype'),
(-1,59,N'Data Table Paging Style',N'DataTablePagingStyle',N'5',3,16,N'first_last_numbers',20,N'',1,N'portal.DataViewPagingTypes',N'StyleValue',N'StyleLabel',N'',N'',N'StyleLabel',N'',NULL,NULL,N'','',N'Choose how the pagination buttons would look like',N'dt_pagingtype'),
(-1,60,N'Published',N'Published',N'9',25,2,N'1',1,N'',1,N'',N'',N'',N'',N'',N'',N'',NULL,NULL,N'','',N'Sets whether this dataview is visible to end-users',N'published'),
(-1,61,N'Row Reorder Column',N'RowReorderColumn',N'1',1,8,N'',200,N'',1,N'',N'',N'',N'',N'',N'',N'',NULL,NULL,N'','',N'If specified, this column will be used for sorting and re-ordering items in the data table',N'rowreordercol'),
(-1,62,N'DataTable Style',N'CSSTable',N'1',3,17,N'table table-hover table-bordered table-striped',100,N'',1,N'',N'',N'',N'',N'',N'',N'',100,NULL,N'','',N'Choose the CSS class name',N'dt_style')
Expand Down

0 comments on commit d490b4f

Please sign in to comment.