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,
|
SearchPanel,
|
||||||
Selection,
|
Selection,
|
||||||
Sorting,
|
Sorting,
|
||||||
StateStoring,
|
|
||||||
Summary,
|
Summary,
|
||||||
Toolbar,
|
Toolbar,
|
||||||
TotalItem,
|
TotalItem,
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import { MULTIVALUE_DELIMITER } from '@/constants/app.constant'
|
||||||
import { TreeListRef } from 'devextreme-react/cjs/tree-list'
|
import { TreeListRef } from 'devextreme-react/cjs/tree-list'
|
||||||
import { GanttRef } from 'devextreme-react/cjs/gantt'
|
import { GanttRef } from 'devextreme-react/cjs/gantt'
|
||||||
import { SchedulerRef } from 'devextreme-react/cjs/scheduler'
|
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
|
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,
|
listFormCode: string,
|
||||||
searchParams?: URLSearchParams,
|
searchParams?: URLSearchParams,
|
||||||
layout?: ListViewLayoutType | string,
|
layout?: ListViewLayoutType | string,
|
||||||
cols?: GridColumnData[],
|
cols?: GridColumnData[] | CardViewTypes.Column[],
|
||||||
) => {
|
) => {
|
||||||
const store: any = new CustomStore({
|
const store: any = new CustomStore({
|
||||||
key:
|
key:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue