We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a246365 commit 86450a3Copy full SHA for 86450a3
resources/views/components/table.blade.php
@@ -68,4 +68,4 @@
68
</tr>
69
@endforeach
70
</tbody>
71
-</table>
+</table>
src/Views/DataView.php
@@ -29,9 +29,6 @@ abstract class DataView extends View
29
/** @var int $total Total of items found */
30
public $total = 0;
31
32
- /** @var bool $columnUpdated A column was updated using editable UI */
33
- protected $columnUpdated = false;
34
-
35
/** @var String $search Current query string with the search value */
36
public $search;
37
@@ -54,7 +51,6 @@ abstract class DataView extends View
54
51
*/
55
52
public function update(array $data): void
56
53
{
57
58
}
59
60
public function hydrate()
0 commit comments