Skip to content

Commit 86450a3

Browse files
committed
fixes
1 parent a246365 commit 86450a3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

resources/views/components/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@
6868
</tr>
6969
@endforeach
7070
</tbody>
71-
</table>
71+
</table>

src/Views/DataView.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ abstract class DataView extends View
2929
/** @var int $total Total of items found */
3030
public $total = 0;
3131

32-
/** @var bool $columnUpdated A column was updated using editable UI */
33-
protected $columnUpdated = false;
34-
3532
/** @var String $search Current query string with the search value */
3633
public $search;
3734

@@ -54,7 +51,6 @@ abstract class DataView extends View
5451
*/
5552
public function update(array $data): void
5653
{
57-
5854
}
5955

6056
public function hydrate()

0 commit comments

Comments
 (0)