mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
fix:#15 removed prof search
This commit is contained in:
@@ -159,14 +159,6 @@ function unselectModule(event: DataTableRowUnselectEvent) {
|
|||||||
:show-clear-button="false"
|
:show-clear-button="false"
|
||||||
:show-filter-menu="false"
|
:show-filter-menu="false"
|
||||||
>
|
>
|
||||||
<template #filter="{ filterModel, filterCallback }">
|
|
||||||
<InputText
|
|
||||||
v-model="filterModel.value"
|
|
||||||
type="text"
|
|
||||||
class="p-column-filter"
|
|
||||||
@input="filterCallback()"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</Column>
|
</Column>
|
||||||
<Column
|
<Column
|
||||||
:header="$t('additionalModules.info')"
|
:header="$t('additionalModules.info')"
|
||||||
|
Reference in New Issue
Block a user