From d490b4fbfe3a4790d758bb118a32c29a642bad97 Mon Sep 17 00:00:00 2001 From: Eitan Blumin Date: Sat, 11 May 2019 12:51:10 +0300 Subject: [PATCH] fixed default value for dataview paging style --- src/CrudePortalDB/Scripts/Script.PostDeployment.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CrudePortalDB/Scripts/Script.PostDeployment.sql b/src/CrudePortalDB/Scripts/Script.PostDeployment.sql index 46c0aad..8fad60c 100644 --- a/src/CrudePortalDB/Scripts/Script.PostDeployment.sql +++ b/src/CrudePortalDB/Scripts/Script.PostDeployment.sql @@ -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')