Jump to content

Align a cell right


RobYost

Recommended Posts

function reconfigure(sender, store, columns, oldStore, the, eOpts)
{
  columns[0].align = 'center';
  columns[1].align = 'left';
  columns[2].align = 'right';
}

Thanks for the reply.

 

I don't know anything about javascript, if that is even what is used in your example.

 

Is there somewhere you recommend to read about this?  For example where the events are described?  I would not have thought to look in the reconfigure event.

 

Also, is it more efficient to use the client events? What is the advantage of your example.

 

Once again thank you for your example.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...