Only one primary row when toggled in table
I'm looking to add a toggle or radio to a table (not in panel) that allows only one value to be selected. If another value is toggled, that one becomes primary and the other ones are deselected. I'm pretty sure I've seen it somewhere but now I cannot find it π
3 Replies
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. Weβve already laid the foundation β freeing you to create without sweating the small things.
Thanks, that is an option indeed. But in this case I'm specically looking for that option that I know I have seen somewhere. Perhaps it was a plugin?
I think an observer is the proper place to do this.