CardView düzenlemesi
This commit is contained in:
parent
cc0c108dc3
commit
4bec5442a8
3 changed files with 426 additions and 669 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -36,7 +36,6 @@ import DataGrid, {
|
|||
SearchPanel,
|
||||
Selection,
|
||||
Sorting,
|
||||
StateStoring,
|
||||
Summary,
|
||||
Toolbar,
|
||||
TotalItem,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import { MULTIVALUE_DELIMITER } from '@/constants/app.constant'
|
|||
import { TreeListRef } from 'devextreme-react/cjs/tree-list'
|
||||
import { GanttRef } from 'devextreme-react/cjs/gantt'
|
||||
import { SchedulerRef } from 'devextreme-react/cjs/scheduler'
|
||||
import { CardViewRef } from 'devextreme-react/cjs/card-view'
|
||||
import { CardViewRef, CardViewTypes } from 'devextreme-react/cjs/card-view'
|
||||
|
||||
const filteredGridPanelColor = 'rgba(10, 200, 10, 0.5)' // kullanici tanimli filtre ile filtrelenmis gridin paneline ait renk
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ const useListFormCustomDataSource = ({
|
|||
listFormCode: string,
|
||||
searchParams?: URLSearchParams,
|
||||
layout?: ListViewLayoutType | string,
|
||||
cols?: GridColumnData[],
|
||||
cols?: GridColumnData[] | CardViewTypes.Column[],
|
||||
) => {
|
||||
const store: any = new CustomStore({
|
||||
key:
|
||||
|
|
|
|||
Loading…
Reference in a new issue