Something similar to datatable for filamentphp?
I would like to do like what Datatables allows, click on the element and edit... Is there something similar in filamentphp?
5 Replies
I think there is editable text column here: https://filamentphp.com/docs/3.x/tables/columns/text-input
is data saving automatic? also you can determine the size of the columns, as in the example, the column "name" should fit the element, now in this example is a huge imbalance...
It does save automatically on blur, yes. And you can pass extra attributes to give a custom width for example
Great, how can I determine their size? Also, is there any way to make the content appear as text and only when one clicks on it does a textinput appear? That way it prevents someone from unintentionally damaging the content...
Not natively afaik