atomelements / t-table

Home Page:http://atom-project.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#t-table

List of properties of main component ( t-table )

  1. Data array
  2. Searchable boolean
  3. Searchable Column Details object
  4. Sortable boolean
  5. Sortable Column Details object
  6. Different Header Row boolean
  7. Pagination boolean. if disabled then infinite scroll is enabled.
  8. Rows Per Page Number
  9. Filterable string No, Auto Apply, Manual
  10. Filter Details object
  11. Multi Select Operations boolean
  12. Multi Select Details object
  13. Reorderable string No, Row, Column, Both row reorder will kill sort, not work unless data write acccess is available, has other issues about how will the component change its own code
  14. Details Pane boolean
  15. Template object
  16. Hoverable boolean
  17. Banded Rows boolean
  18. Export Options boolean
  19. Editable string Cell, Via Form, Via Redirect if Cell or Via Form is chosen then a pencil icon appears on the right of every row
  20. Add Items string No, Via Form, Via Redirect

Note - for add and edit, if any one column contains objects, then only Via Redirect option will work in that case for that column.

List of Subcomponents and their properties

t-column

  • editable
  • ordering
  • searchable
  • text-alignment (right, left, center)

About

http://atom-project.io/


Languages

Language:HTML 91.5%Language:CSS 8.5%