}
private void createTable() {
String[][] columns = buildColumnSpecs();
table = new DynamicTable(columns, getDataSource());
table.addFilter(sqlConditionFilter);
table.setRowsPerPage(ROWS_PER_PAGE);
table.makeClientSortable();
table.setClickable(true);
table.sinkRightClickEvents();