SYMBOL INDEX (180 symbols across 49 files) FILE: addon/-private/global-options.js function mergeOptionsWithGlobals (line 7) | function mergeOptionsWithGlobals(options) { FILE: addon/classes/Column.js class Column (line 13) | class Column extends EmberObject.extend({ method init (line 328) | init(options = {}) { FILE: addon/classes/Row.js class Row (line 12) | class Row extends ObjectProxy.extend({ FILE: addon/classes/Table.js class Table (line 21) | class Table extends EmberObject.extend({ method init (line 149) | init(options = {}) { method setRows (line 178) | setRows(rows = [], options = {}) { method addRow (line 188) | addRow(row, options = {}) { method addRows (line 202) | addRows(rows = [], options = {}) { method pushRow (line 213) | pushRow(row, options = {}) { method pushRows (line 226) | pushRows(rows = [], options = {}) { method insertRowAt (line 240) | insertRowAt(index, row, options = {}) { method removeRow (line 251) | removeRow(row) { method removeRows (line 264) | removeRows(rows = []) { method removeRowAt (line 273) | removeRowAt(index) { method setColumns (line 285) | setColumns(columns = []) { method addColumn (line 294) | addColumn(column) { method addColumns (line 303) | addColumns(columns = []) { method pushColumn (line 313) | pushColumn(column) { method pushColumns (line 325) | pushColumns(columns = []) { method insertColumnAt (line 338) | insertColumnAt(index, column) { method removeColumn (line 349) | removeColumn(column) { method removeColumns (line 358) | removeColumns(columns = []) { method removeColumnAt (line 367) | removeColumnAt(index) { method createRow (line 379) | static createRow(content, options = {}) { method createRows (line 395) | static createRows(rows = [], options = {}) { method createColumn (line 406) | static createColumn(column) { method createColumns (line 421) | static createColumns(columns = []) { FILE: addon/components/columns/base.js method get (line 118) | get() { method set (line 127) | set(key, value) { FILE: addon/components/light-table.js function intersections (line 12) | function intersections(array1, array2) { method init (line 287) | init() { method _displayColumns (line 342) | _displayColumns(numColumns) { method onBeforeResponsiveChange (line 361) | onBeforeResponsiveChange() {} method onAfterResponsiveChange (line 362) | onAfterResponsiveChange() {} method onBeforeResponsiveChange (line 372) | onBeforeResponsiveChange(/* matches */) { method onAfterResponsiveChange (line 383) | onAfterResponsiveChange(/* matches */) { FILE: addon/components/lt-body.js method init (line 340) | init() { method destroy (line 351) | destroy() { method _setupVirtualScrollbar (line 356) | _setupVirtualScrollbar() { method checkTargetScrollOffset (line 404) | checkTargetScrollOffset() { method toggleExpandedRow (line 420) | toggleExpandedRow(row) { method _debounceScrolledToBottom (line 435) | _debounceScrolledToBottom(delay = 100) { method _cancelTimers (line 446) | _cancelTimers() { method onRowClick (line 454) | onRowClick() {} method onRowDoubleClick (line 455) | onRowDoubleClick() {} method onScroll (line 456) | onScroll() {} method firstVisibleChanged (line 457) | firstVisibleChanged() {} method lastVisibleChanged (line 458) | lastVisibleChanged() {} method firstReached (line 459) | firstReached() {} method lastReached (line 460) | lastReached() {} method onRowClick (line 485) | onRowClick(row, e) { method onRowDoubleClick (line 540) | onRowDoubleClick(/* row */) { method onScroll (line 554) | onScroll(scrollOffset /* , event */) { method firstVisibleChanged (line 559) | firstVisibleChanged(item, index /* , key */) { method lastVisibleChanged (line 566) | lastVisibleChanged(/* item, index, key */) { method firstReached (line 570) | firstReached(/* item, index, key */) { method lastReached (line 574) | lastReached(/* item, index, key */) { FILE: addon/components/lt-column-resizer.js constant TOP_LEVEL_CLASS (line 4) | const TOP_LEVEL_CLASS = '.ember-light-table'; method colElement (line 15) | colElement() { method didInsertElement (line 19) | didInsertElement() { method willDestroyElement (line 29) | willDestroyElement() { method click (line 35) | click(e) { method mouseDown (line 43) | mouseDown(e) { method _mouseUp (line 59) | _mouseUp(e) { method _mouseMove (line 76) | _mouseMove(e) { method onColumnResized (line 118) | onColumnResized() {} FILE: addon/components/lt-head.js class LtHeadComponent (line 36) | class LtHeadComponent extends Component.extend( FILE: addon/components/lt-infinity.js method didInsertElement (line 11) | didInsertElement() { method willDestroyElement (line 33) | willDestroyElement() { method didEnterViewport (line 38) | didEnterViewport() { method didExitViewport (line 42) | didExitViewport() { FILE: addon/helpers/compute.js function compute (line 5) | function compute([action, ...params]) { FILE: addon/mixins/draggable-column.js method isDropTarget (line 46) | isDropTarget() { method dragStart (line 58) | dragStart(e) { method dragEnter (line 81) | dragEnter(e) { method dragOver (line 90) | dragOver(e) { method dragLeave (line 106) | dragLeave() { method dragEnd (line 111) | dragEnd() { method drop (line 131) | drop(e) { method destroy (line 157) | destroy() { method onColumnDrag (line 163) | onColumnDrag() {} method onColumnDrop (line 164) | onColumnDrop() {} FILE: addon/mixins/table-header.js method init (line 164) | init() { method onColumnClick (line 188) | onColumnClick(column) { method onColumnDoubleClick (line 211) | onColumnDoubleClick(/* column */) { method onColumnResized (line 222) | onColumnResized(/* column, width */) { method onColumnDrag (line 232) | onColumnDrag(/* column */) { method onColumnDrop (line 243) | onColumnDrop(/* column, isSuccess */) { FILE: addon/utils/css-styleify.js function cssStyleify (line 5) | function cssStyleify(hash = {}) { FILE: blueprints/ember-light-table/index.js method normalizeEntityName (line 5) | normalizeEntityName() {} method beforeInstall (line 7) | beforeInstall() { FILE: tests/dummy/app/adapters/application.js class Application (line 4) | class Application extends JSONAPIAdapter { FILE: tests/dummy/app/app.js class App (line 6) | class App extends Application { FILE: tests/dummy/app/components/base-table.js class BaseTable (line 10) | class BaseTable extends Component { method constructor (line 22) | constructor() { method isLoading (line 41) | get isLoading() { method fetchRecords (line 45) | @restartableTask *fetchRecords() { method onScrolledToBottom (line 59) | @action method onColumnClick (line 67) | @action FILE: tests/dummy/app/components/code-panel.js class CodePanel (line 5) | class CodePanel extends Component { FILE: tests/dummy/app/components/colored-row.js class ColoredRow (line 10) | class ColoredRow extends Row { method style (line 11) | get style() { FILE: tests/dummy/app/components/columns/draggable-table.js class DraggableTable (line 4) | class DraggableTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/components/columns/grouped-table.js class GroupedTable (line 4) | class GroupedTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/components/columns/resizable-table.js class ResizableTable (line 4) | class ResizableTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/components/cookbook/client-side-table.js class PaginatedTable (line 8) | class PaginatedTable extends BaseTable { method sortedModel (line 18) | get sortedModel() { method isLoading (line 23) | get isLoading() { method possibleFilters (line 27) | get possibleFilters() { method columns (line 31) | get columns() { method constructor (line 65) | constructor() { method fetchRecords (line 71) | @restartableTask *fetchRecords() { method setRows (line 80) | @restartableTask *setRows(rows) { method filterAndSortModel (line 86) | @restartableTask *filterAndSortModel(debounceMs = 200) { method onColumnClick (line 104) | @action method updateQuery (line 113) | @action method onSearchChange (line 118) | @action FILE: tests/dummy/app/components/cookbook/custom-row-table.js class CustomRowTable (line 4) | class CustomRowTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/components/cookbook/custom-sort-icon-table.js class CustomSortIconTable (line 4) | class CustomSortIconTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/components/cookbook/horizontal-scrolling-table.js class HorizontalScrollingTable (line 4) | class HorizontalScrollingTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/components/cookbook/occluded-table.js class OccludedTable (line 4) | class OccludedTable extends BaseTable { method columns (line 7) | get columns() { method constructor (line 41) | constructor() { FILE: tests/dummy/app/components/cookbook/paginated-table.js class PaginatedTable (line 5) | class PaginatedTable extends BaseTable { method columns (line 8) | get columns() { method constructor (line 42) | constructor() { method setPage (line 48) | @action FILE: tests/dummy/app/components/cookbook/table-actions-table.js class TableActionsTable (line 5) | class TableActionsTable extends BaseTable { method columns (line 6) | get columns() { method deleteUser (line 46) | @action method notifyUser (line 60) | @action FILE: tests/dummy/app/components/responsive-table.js class ResponsiveTable (line 5) | class ResponsiveTable extends BaseTable { method columns (line 6) | get columns() { method onAfterResponsiveChange (line 50) | @action FILE: tests/dummy/app/components/rows/expandable-table.js class ExpandableTable (line 4) | class ExpandableTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/components/rows/selectable-table.js class ExpandableTable (line 5) | class ExpandableTable extends BaseTable { method hasSelection (line 6) | get hasSelection() { method columns (line 10) | get columns() { method selectAll (line 44) | @action method deselectAll (line 49) | @action method deleteAll (line 54) | @action FILE: tests/dummy/app/components/scrolling-table.js class ScrollingTable (line 5) | class ScrollingTable extends BaseTable { method columns (line 10) | get columns() { method updateScrollPos (line 44) | @action FILE: tests/dummy/app/components/simple-table.js class SimpleTable (line 4) | class SimpleTable extends BaseTable { method columns (line 5) | get columns() { FILE: tests/dummy/app/controllers/application.js class ApplicationController (line 4) | class ApplicationController extends Controller { FILE: tests/dummy/app/models/user.js class User (line 3) | class User extends Model { FILE: tests/dummy/app/router.js class Router (line 4) | class Router extends EmberRouter { FILE: tests/dummy/app/routes/table-route.js class TableRouteRoute (line 4) | class TableRouteRoute extends Route { method model (line 5) | model() { method resetController (line 9) | resetController(controller, isExiting) { FILE: tests/dummy/mirage/config.js function routes (line 16) | function routes() { FILE: tests/dummy/mirage/factories/user.js constant MATERIAL_UI_COLORS (line 11) | const MATERIAL_UI_COLORS = [ FILE: tests/helpers/has-class.js function hasClass (line 1) | function hasClass(elem, cls) { FILE: tests/helpers/index.js function setupApplicationTest (line 11) | function setupApplicationTest(hooks, options) { function setupRenderingTest (line 30) | function setupRenderingTest(hooks, options) { function setupTest (line 36) | function setupTest(hooks, options) { FILE: tests/helpers/responsive.js method _forceSetBreakpoint (line 18) | _forceSetBreakpoint(breakpoint) { method match (line 40) | match() {} method init (line 42) | init() { function setBreakpointForIntegrationTest (line 55) | function setBreakpointForIntegrationTest(container, breakpoint) { FILE: tests/integration/components/light-table-occlusion-test.js method didReceiveAttrs (line 281) | didReceiveAttrs() { method click (line 290) | click() { FILE: tests/integration/components/light-table-test.js method onScroll (line 315) | onScroll(actualScroll) { method didReceiveAttrs (line 348) | didReceiveAttrs() { method click (line 357) | click() { FILE: tests/integration/components/light-table/cells/base-test.js method format (line 23) | format(value) { method format (line 42) | format() { method format (line 62) | format(value) { FILE: tests/integration/components/lt-head-test.js method init (line 157) | init() { FILE: tests/unit/classes/table-test.js method objectAtContent (line 56) | objectAtContent(index) {