Hallo, Allan,
do you have any plans to support table filling and updates through gRPC?
George
This question has an accepted answers - jump to answer
Not natively in DataTables, but there is no reason why you couldn't use the API to create a wrapper around it - row.add(), -api row().data()and-api row().remove()` should be all that is needed.
row.add()
and
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Not natively in DataTables, but there is no reason why you couldn't use the API to create a wrapper around it -
row.add()
, -api row().data()and
-api row().remove()` should be all that is needed.Allan