floratos-lab/geworkbench-web

Tabular view - Preference "precision" setting does not work properly

minyou opened this issue · 1 comments

Tabular view - Preference "precision" setting does not work properly. When you change precision setting, only one page return back to tabular view.

getTabular().getPagedTableView().getContainerDataSource() return a PagedTableContainer object, not the IndexedContainer object. That cause the problem to display table view.