Background image instead of colour

Well I managed to change the background image of a button now but the problem is that I can’t figure out how to get it from data table

    .anvil-role-backgroundimage {
  background: url(_/theme/header.jpg);
}

This gave me the image from header.jpg file in my app

But I want to get this image from a cell in data table

And it should vary for every user