summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DataTable.vue
Commit message (Expand)AuthorAgeFilesLines
* [webapp] show part of the path (full path on hover) in the select boxes for s...Udo Walter2020-03-251-0/+1
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-73/+93
* [webapp] Add screenshot css classes & add Screenshot classes to the User ModuleJannik Schönartz2019-05-091-1/+1
* [webapp/datatable] fix unnecessary vertical scrollbarsUdo Walter2019-05-061-1/+3
* [webapp/datatable] add sort by number and ipv4Udo Walter2019-04-151-8/+33
* [webapp/systemlog] add copy button to tableUdo Walter2019-04-141-1/+2
* [ipranges] new webapp module and ip for iprangesUdo Walter2019-04-141-3/+3
* [datatable] exportButton -> copyButtonUdo Walter2019-04-131-2/+3
* [groups,clients] include config as associationUdo Walter2019-04-131-1/+1
* [datatable] fix values with comma in csv copyUdo Walter2019-04-131-0/+1
* [webapp/groups] add copy to clipboard buttonUdo Walter2019-04-131-4/+119
* [webapp/groups] small redesign (better UX and perforance); disable buggy tabs...Udo Walter2019-04-121-1/+2
* [datatable] fix bug: datatable not filtering on selectionUdo Walter2019-04-111-0/+1
* [webapp] small scrollbar style changeUdo Walter2019-03-311-2/+2
* [webapp/groups] parents of groups and clients are now clickableUdo Walter2019-03-301-1/+1
* [webapp] small design fixesUdo Walter2019-03-221-2/+8
* [webapp] add back to top button + log improvementsUdo Walter2019-03-221-1/+1
* [webapp/log] first system log implementation (wip, frontend only atm)Udo Walter2019-03-041-42/+70
* [webapp] add single select to selectbox; eslint fixUdo Walter2019-03-031-4/+18
* [webapp] small bugfixes + eslint fixes + color fixUdo Walter2019-03-031-5/+6
* [webapp/datatable] new loading barUdo Walter2019-03-011-4/+6
* [webapp/datatable] improve search performanceUdo Walter2019-02-281-146/+26Star
* [webapp/groups] performance improvementsUdo Walter2019-02-281-3/+3
* [webapp/datatable] fix bug caused by npm updateUdo Walter2019-02-251-4/+3Star
* [webapp] npm updateUdo Walter2019-02-251-3/+3
* [webapp/datatable] improved slim modeUdo Walter2019-02-241-8/+11
* [webapp/datatable] add rowcount propUdo Walter2019-02-241-27/+26Star
* [webapp/datatable] small design fixesUdo Walter2019-02-241-9/+13
* [webapp/datatable] use minWidth prop for menuModeUdo Walter2019-02-241-6/+7
* [webapp/groups] rework old tables to new data tableUdo Walter2019-02-241-10/+38
* [webapp/datatable] remove filtering indicatorUdo Walter2019-02-231-1/+1
* [webapp/datatable] fix filter by selected not working; add filtering indicatorUdo Walter2019-02-231-4/+4
* [webapp/datatable] code cleanupUdo Walter2019-02-231-17/+15Star
* [webapp/datatable] Fix something. I really have no idea how to describe this ...Udo Walter2019-02-221-18/+18
* [webapp/datatable] small bug fixUdo Walter2019-02-221-0/+2
* [webapp/datatable] fix table being empty before anything triggered the filteringUdo Walter2019-02-221-0/+3
* [webapp/datatable] fix bug: search options (regex etc) did not trigger filter...Udo Walter2019-02-221-0/+9
* [webapp] implement time slicing loop and use it to search in the datatableUdo Walter2019-02-221-31/+59
* [webapp/datatable] add button to filter only selected rowsUdo Walter2019-01-161-38/+27Star
* [webapp/datatable] bugfixesUdo Walter2019-01-151-5/+12
* [webapp/datatable] Add ability to select multiple rows with shift clickUdo Walter2019-01-151-29/+49
* [webapp/datatable] Add ability to only show selected entriesUdo Walter2019-01-151-4/+27
* [webapp/datatable] Add search clear + show all selected buttonUdo Walter2019-01-151-7/+19
* [webapp] add second iteration of the virtual table with more featuresUdo Walter2019-01-151-77/+413
* [webapp] add first version of a virtualized table for better performanceUdo Walter2019-01-131-0/+194