Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.41k stars 205 forks source link

Added Persist prefix #1525

Closed marcheffels closed 2 months ago

marcheffels commented 2 months ago

⚡ PowerGrid - Pull Request

Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it will not be accepted.


Motivation

Description

This Pull Request adds persist prefix. The developer can add an persist prefix like this

$this->persist(['columns', 'filters'], auth()->id());

If multiple users use the same computer, each has its own persist cookies.

Related Issue(s): #_____.

Documentation

This PR requires Documentation update?

luanfreitasdev commented 2 months ago

Thank you @marcheffels !