next #180
@ -78,7 +78,7 @@
|
|||||||
scope="col"
|
scope="col"
|
||||||
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
|
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider"
|
||||||
>
|
>
|
||||||
<span
|
<button
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
const newstate = !current_organizations.some(
|
const newstate = !current_organizations.some(
|
||||||
(r) => r.is_selected === true
|
(r) => r.is_selected === true
|
||||||
@ -92,7 +92,7 @@
|
|||||||
>{#if current_organizations.some((r) => r.is_selected === true)}
|
>{#if current_organizations.some((r) => r.is_selected === true)}
|
||||||
{$_("deselect-all")}
|
{$_("deselect-all")}
|
||||||
{:else}{$_("select-all")}{/if}
|
{:else}{$_("select-all")}{/if}
|
||||||
</span>
|
</button>
|
||||||
</th>
|
</th>
|
||||||
<th
|
<th
|
||||||
scope="col"
|
scope="col"
|
||||||
@ -123,7 +123,10 @@
|
|||||||
.toString()
|
.toString()
|
||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
.includes(searchvalue)}
|
.includes(searchvalue)}
|
||||||
<tr class="odd:bg-white even:bg-gray-100" data-rowid="org_{o.id}">
|
<tr
|
||||||
|
class="odd:bg-white even:bg-gray-100"
|
||||||
|
data-rowid="org_{o.id}"
|
||||||
|
>
|
||||||
<td class="px-6 py-4 whitespace-nowrap">
|
<td class="px-6 py-4 whitespace-nowrap">
|
||||||
<input
|
<input
|
||||||
bind:checked={o.is_selected}
|
bind:checked={o.is_selected}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user