advanced_datatable icon indicating copy to clipboard operation
advanced_datatable copied to clipboard

Advanced Datatable uses the Fultter PaginatedDataTable Widget and adds a few more functions to it

Results 5 advanced_datatable issues
Sort by recently updated
recently updated
newest added

``` class ExampleSource extends AdvancedDataTableSource { final data = List.generate( 100, (index) => HelpRequestModel( concernType: lorem(paragraphs: 1, words: 2), concernSubType: lorem(paragraphs: 1, words: 3), issueIdentifier: lorem(paragraphs: 1, words: 5), summaryDetails:...

question

**Is your feature request related to a problem? Please describe.** I am building a web app using flutter and for tables, I am using this package. The problem I am...

bug
help wanted
question

PaginatedDataTable2( smRatio: smRatio, lmRatio: lmRatio, actions: actions, rowsPerPage: this.rowsPerPage, columns: columns, source: source, dataRowHeight: 32, headingRowHeight: 36.0, // onRowsPerPageChanged: (value) => onRowsPerPageChanged, initialFirstRowIndex: initialFirstRowIndex, onPageChanged: (rowIndex) => onPageChanged, header: Text(headerText,...

enhancement
help wanted

I am not sure why this is happening, but whenever I click on the pagination dropdown to pick one of 10,20,30,50, below has always been the background color of the...

question

**Is your feature request related to a problem? Please describe.** When users scroll down they lose the descriptions of the columns. **Describe the solution you'd like** There should be an...

enhancement
help wanted