Can we change the titles of these columns in the table?

Can we change the titles of these columns in the table? I want to change the position of the column headings.
No description
7 Replies
toeknee
toeknee6mo ago
Have you read the docs? TextColumn::make('column_name')->label('Heading')
Mehmet K.
Mehmet K.OP6mo ago
Toogleable reoder is working
toeknee
toeknee6mo ago
What do you mean
Mehmet K.
Mehmet K.OP6mo ago
I was actually asking about the order here. We can change the table columns from here.
No description
toeknee
toeknee6mo ago
You asked if we can change the titles not the order? To change the position just move the TextColumn in the order in the code....
Mehmet K.
Mehmet K.OP6mo ago
my English is a bit bad, in fact I couldn't find how to express it in my own language 😦
toeknee
toeknee6mo ago
No problem, just move the code around and it will change order

Did you find this page helpful?