Can set_colums be called multiple times for the same grid? Will the columns persist between calls or will the columns be overwritten each time?
4 Answers
Function set_columns should be called once. It may behave unexpected otherwise.
Is it also the case for set_actions and set_options that they should only be called once? Thanks.
Yes, same for both.
Your Answer