results_table_by_class_conf_bs3.js

Summary
results_table_by_class_conf_bs3.js
bbop.widget.display.results_table_by_class_conf_bs3Subclass of bbop.html.tag.
Functions
results_table_by_class_conf_bs3Using a conf class and a set of data, automatically populate and return a results table.

bbop.widget.display.results_table_by_class_conf_bs3

Subclass of bbop.html.tag.

Summary
Functions
results_table_by_class_conf_bs3Using a conf class and a set of data, automatically populate and return a results table.

Functions

results_table_by_class_conf_bs3

Using a conf class and a set of data, automatically populate and return a results table.

This is the Bootstrap 3 version of this display.  It affixes itself directly to the DOM using jQuery at elt_id.

Parameters

class_confa bbop.golr.conf_class
golr_respa bbop.golr.response
linkera linker object; see <amigo.linker> for more details
handlera handler object; see <amigo.handler> for more details
elt_idthe element id to attach it to
selectable_p[optional] whether to create checkboxes (default true)

Returns

this object

See Also

<bbop.widget.display.results_table_by_class>

Generic BBOP handler for dealing with the gross parsing of responses from a GOlr server (whereas golr_conf deals with the reported configuration).
Close