Is there a more succinct layout?
Is there a more succinct layout?
I have a desired layout: -- and I got it:

However, the layout code looks a bit verbose:

Is there a more succinct way to get the layout I want?
Thanks,
Ross
This question has an accepted answers - jump to answer
Answers
You are setting the
info,search,pagingandpageLengthwith empty objects. You could just define them as strings if you aren't applying non-default settings for them. For example:Is this what you are asking?
Kevin
Thanks -- that is exactly the information I was looking for. I think I got lost in all the options and somehow ended up with the most complicated possible solution.