FitNesse: get grid for Paging Grid

I am using FitNesse for Appian, experience difficulties in testing for Grids.

When testing for Editable Grid, FitNesse is able to select the grid. When testing for Paging Grid, FitNesse is not able to select the grid. The sample query is as follow:

|$name=|get grid|[1]|column|[1]|row|[1]|value|
 

On further investigation, seem like FitNesse is using xpath as follow:

((//table[contains(@class, 'GridWidget---table')])[1])/tbody/tr[1]/td[1]
 
 
With inspection of the html of the grids, Editable Grid has css class of "GridWidget---table" while Paging Grid has css class of "PagingGridLayout---table", resulting the xpath not being able to select the Paging Grid.
 
Want to check is there any way to test for Paging Grid in FitNesse?
 
Using version FitNesse released on 09 Aug 2017: forum.appian.com/.../summary
 
Thanks.

  Discussion posts and replies are publicly visible